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