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