Share via


WssSettingsDataSet.WssAdminRow.WADMIN_CURRENT_STS_SERVER_UID property

Gets or sets the unique identifier for the hosting server that is storing project data.

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'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; }

Property value

Type: System.Guid
The GUID for a hosting server.

See also

Reference

WssSettingsDataSet.WssAdminRow class

WssSettingsDataSet.WssAdminRow members

WebSvcWssInterop namespace