Describes the the isolation state of a remote access service (RAS) connection.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public enum RasIsolationState |
| Visual Basic |
|---|
Public Enumeration RasIsolationState |
| Visual C++ |
|---|
public enum class RasIsolationState |
| F# |
|---|
type RasIsolationState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | The connection isolation state is unknown. | |
| NotRestricted | 1 | The connection isolation state is not restricted. | |
| InProbation | 2 | The connection isolation state is in probation. | |
| RestrictedAccess | 3 | The connection isolation state is restricted access. |
Remarks
Known Limitations:
- This type is only available on Windows Vista and later operating systems.