ProjectWSSInfoDataSet.ProjWssInfoRow.PROJECT_UID-Eigenschaft
Gibt die GUID eines Projekts mit einem Projektwebsite auf einem gehosteten Server verknüpft ist.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJECT_UID As Guid
Get
Set
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim value As Guid
value = instance.PROJECT_UID
instance.PROJECT_UID = value
public Guid PROJECT_UID { get; set; }
Eigenschaftswert
Typ: System.Guid
Siehe auch
Referenz
ProjectWSSInfoDataSet.ProjWssInfoRow Klasse