ProjectWSSInfoDataSet.ProjWssInfoRow.PROJECT_UID Property

Indicates the unique identifier for a project on a hosted server.

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

ProjectWSSInfoDataSet.ProjWssInfoRow Members

WebSvcWssInterop Namespace