Compartir a través de


de la propiedad PropertyCollection.Item

Obtiene una propiedad de la colección.

Espacio de nombres:  Microsoft.Office.Project.Server.Library
Ensamblado:  Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)

Sintaxis

'Declaración
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

  • index
    Tipo: System.Int32

    El índice del elemento en la colección.

Valor de propiedad

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

Vea también

Referencia

clase PropertyCollection

Miembros PropertyCollection

Espacio de nombres Microsoft.Office.Project.Server.Library