RASAvailable Property
When true, Remote Access System (RAS) is available on the system.
Syntax
[VB.NET] Public ReadOnlyProperty RASAvailable As Boolean
[C#] public bool RASAvailable {get;}
Remarks
If this property is False, the component throws an exception when attempting to connect. RAS must be installed before the component can be used.
This property is read-only.
Default Value
True