WssSettingsDataSet.WssAdminRow.WADMIN_CURRENT_STS_SERVER_UID Property
Specifies the unique identifier for the hosting server that is storing project data.
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
'Declaration
Public Property WADMIN_CURRENT_STS_SERVER_UID As Guid
Get
Set
'Usage
Dim instance As WssSettingsDataSet.WssAdminRow
Dim value As Guid
value = instance.WADMIN_CURRENT_STS_SERVER_UID
instance.WADMIN_CURRENT_STS_SERVER_UID = value
public Guid WADMIN_CURRENT_STS_SERVER_UID { get; set; }
Type: System.Guid
WssSettingsDataSet.WssAdminRow Class