The VGRoleCollection type exposes the following members.

Properties

  NameDescription
Public propertyCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from List<(Of <(<'VGRole>)>)>.)
Public propertyCount
Gets the number of role objects in the collection.
Public propertyIsSynchronized
Gets a value indicating whether the role collection is thread safe.
Public propertyItem[([( Guid])])
Gets the role in the collection referenced by the specified repository id.
Public propertyItem[([( Int32])])
Gets the role in the collection referenced at the specified index.
Public propertySyncRoot
Gets the synchronization root.

See Also