WssSettingsDataSet.WssAdminRow.WADMIN_UIDFAKE Property

Specifies the unique identifier for site administration.

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

Syntax

'Declaration
Public Property WADMIN_UIDFAKE As Guid
    Get
    Set
'Usage
Dim instance As WssSettingsDataSet.WssAdminRow
Dim value As Guid

value = instance.WADMIN_UIDFAKE

instance.WADMIN_UIDFAKE = value
public Guid WADMIN_UIDFAKE { get; set; }

Property Value

Type: System.Guid

See Also

Reference

WssSettingsDataSet.WssAdminRow Class

WssSettingsDataSet.WssAdminRow Members

WssInterop Web Service