PropertyCollection.GetProperty método
Obtém a propriedade que possui o identificador especificado.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
Public Function GetProperty ( _
winprojPropertyId As Integer _
) As Property
'Uso
Dim instance As PropertyCollection
Dim winprojPropertyId As Integer
Dim returnValue As [Property]
returnValue = instance.GetProperty(winprojPropertyId)
public Property GetProperty(
int winprojPropertyId
)
Parâmetros
- winprojPropertyId
Tipo: System.Int32
Valor retornado
Tipo: Microsoft.Office.Project.Server.Library.Property
A propriedade que possui o identificador especificado.