WssSettingsDataSet.WssAdminRow.WADMIN_CURRENT_STS_SERVER_UID Property

Specifies the unique identifier for the hosting server that is storing project data.

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

See Also

Reference

WssSettingsDataSet.WssAdminRow Class

WssSettingsDataSet.WssAdminRow Members

WebSvcWssInterop Namespace