Share via


ProjectDataSet.ProjectRow.WSTS_SERVER_UID Property

Specifies the unique identifier of the SharePoint server that hosts the project site that is associated with the project.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.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
SharePoint server 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

Statusing Web Service