ProjectWSSInfoDataSet.ProjWssInfoRow.WSS_SERVER_UID property
Specifies the GUID for the SharePoint hosting server.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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