ProjectWSSInfoDataSet.ProjWssInfoRow.PROJECT_UID property
Specifies the GUID of a project associated with a project site on a hosted server.
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; }
Property value
Type: System.Guid
See also
Reference
ProjectWSSInfoDataSet.ProjWssInfoRow class