RasSubEntry.Owner Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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

Property Value

Type: RasEntry

See Also