ProjectWSSInfoDataSet.ProjWssInfoRow.WSS_SERVER_UID Property
Specifies the unique identifier for the Web-based project hosting server.
Namespace: WebSvcWssInterop
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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