PropertyCollection.GetProperty - Méthode
Obtient la propriété portant l'identificateur spécifié.
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
Public Function GetProperty ( _
winprojPropertyId As Integer _
) As Property
'Utilisation
Dim instance As PropertyCollection
Dim winprojPropertyId As Integer
Dim returnValue As [Property]
returnValue = instance.GetProperty(winprojPropertyId)
public Property GetProperty(
int winprojPropertyId
)
Paramètres
- winprojPropertyId
Type : System.Int32
Valeur renvoyée
Type : Microsoft.Office.Project.Server.Library.Property
La propriété qui a l'identificateur spécifié.