ProjectDataSet.ProjectRow.WSTS_SERVER_UID Property

Specifies the GUID of the Windows SharePoint Services server that hosts the project workspace associated with the project.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property WSTS_SERVER_UID As Guid
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid

value = instance.WSTS_SERVER_UID

instance.WSTS_SERVER_UID = value
public Guid WSTS_SERVER_UID { get; set; }

Property Value

Type: System.Guid
Windows SharePoint Services server GUID.

Remarks

Read-only. The process that creates the project workspace populates WSTS_SERVER_UID in the database.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcProject Namespace