RasOwnedCollection(TOwner, TObject).Owner Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the owner of the collection.

Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
protected TOwner Owner { get; }
Visual Basic
Protected ReadOnly Property Owner As TOwner
	Get
Visual C++
protected:
property TOwner Owner {
	TOwner get ();
}
F#
member Owner : 'TOwner with get

Property Value

Type: TOwner

See Also