Gets or sets a value indicating whether a class based route based on the VPN interface IP address will not be added.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public bool DisableClassBasedStaticRoute { get; set; } |
| Visual Basic |
|---|
Public Property DisableClassBasedStaticRoute As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool DisableClassBasedStaticRoute {
bool get ();
void set (bool value);
} |
| F# |
|---|
member DisableClassBasedStaticRoute : bool with get, set
|
Property Value
Type:
Boolean
Remarks
See Also