|
| DotRas SDK Documentation |
| RasOwnedCollection<(Of <(<'TOwner, TObject>)>)>..::..Owner Property |
| RasOwnedCollection<(Of <(<'TOwner, TObject>)>)> Class See Also Send Feedback |
|
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 |