ProjectWSSInfoDataSet.ProjWssInfoRow.WSS_SERVER_UID Property
Specifies the GUID for the SharePoint hosting server.
Namespace: [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl
Syntax
'Declaration
Public Property WSS_SERVER_UID As Guid
Get
Set
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim value As Guid
value = instance.WSS_SERVER_UID
instance.WSS_SERVER_UID = value
public Guid WSS_SERVER_UID { get; set; }
Property Value
Type: System.Guid
See Also
Reference
ProjectWSSInfoDataSet.ProjWssInfoRow Class