ProjectWSSInfoDataSet.ProjWssInfoRow.PROJECT_COMMITMENTS_URL - Propriété
Spécifie l'URL de la liste d'engagements de projet d'un projet sur un serveur hébergé.
Espace de noms : WebSvcWssInterop
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property PROJECT_COMMITMENTS_URL As String
Get
Set
'Utilisation
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim value As String
value = instance.PROJECT_COMMITMENTS_URL
instance.PROJECT_COMMITMENTS_URL = value
public string PROJECT_COMMITMENTS_URL { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
ProjectWSSInfoDataSet.ProjWssInfoRow classe