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