ProjectDataSet.ProjectRow.WSTS_SERVER_UID property

Specifies the GUID of the SharePoint server that hosts the project site associated with the project.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.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

Remarks

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

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace