Compartilhar via


PropertyCollection.Item propriedade

Obtém uma propriedade da coleção.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)

Sintaxe

'Declaração
Public ReadOnly Property Item ( _
    index As Integer _
) As Property
    Get
'Uso
Dim instance As PropertyCollection
Dim index As Integer
Dim value As [Property]

value = instance.Item(index)
public Property this[
    int index
] { get; }

Parâmetros

Valor de propriedade

Tipo: Microsoft.Office.Project.Server.Library.Property

Ver também

Referência

PropertyCollection classe

PropertyCollection membros

Microsoft.Office.Project.Server.Library namespace