Share via


ProjectDataSet.ProjectRow.WSTS_SERVER_UID Property

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

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

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

Project Web Service