WssSettingsDataSet.WssAdminRow.WADMIN_UIDFAKE property
Gets or sets the unique identifier for site administration.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
A GUID for site administration.
See also
Reference
WssSettingsDataSet.WssAdminRow class