Gets the owner of the subentry.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasEntry Owner { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Owner As RasEntry Get |
| Visual C++ |
|---|
public: property RasEntry^ Owner { RasEntry^ get (); } |
| F# |
|---|
member Owner : RasEntry with get |