DotRas SDK Documentation |
RasConnectionOptions..::..AllUsers Property |
RasConnectionOptions Class See Also Send Feedback |
Gets a value indicating whether the connection is available to all users.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public bool AllUsers { get; } |
Visual Basic |
---|
Public ReadOnly Property AllUsers As Boolean Get |
Visual C++ |
---|
public: property bool AllUsers { bool get (); } |
F# |
---|
member AllUsers : bool with get |