PropertyCollection.Item Property
Specifies 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.Int32
The index of the item in the collection.
Property Value
Type: Microsoft.Office.Project.Server.Library.Property