Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets one property in the collection.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As Property
Get
'Usage
Dim instance As PropertyCollection
Dim index As Integer
Dim value As [Property]
value = instance.Item(index)
public Property this[
int index
] { get; }
Parameters
index
Type: System.Int32The index of the item in the collection.
Property value
Type: Microsoft.Office.Project.Server.Library.Property