RasOwnedCollection(TOwner, TObject) Properties

DotRas SDK

Collapse image Expand Image Copy image CopyHover image

The RasOwnedCollection<(Of <(<'TOwner, TObject>)>)> type exposes the following members.

Properties

  Name Description
Public property Count
Gets the number of entries contained in the collection.
(Inherited from RasCollection<(Of <(<'TObject>)>)>.)
Protected property IsInitializing
Gets or sets a value indicating whether the collection is initializing.
(Inherited from RasCollection<(Of <(<'TObject>)>)>.)
Public property IsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from RasCollection<(Of <(<'TObject>)>)>.)
Public property Item
Gets an entry from the collection.
(Inherited from RasCollection<(Of <(<'TObject>)>)>.)
Protected property Owner
Gets the owner of the collection.

See Also