RasNapStatus.IsolationState Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the isolation state.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public RasIsolationState IsolationState { get; }
Visual Basic
Public ReadOnly Property IsolationState As RasIsolationState
	Get
Visual C++
public:
property RasIsolationState IsolationState {
	RasIsolationState get ();
}
F#
member IsolationState : RasIsolationState with get

Property Value

Type: RasIsolationState

See Also