WssSettingsDataSet.WssAdminRow.WADMIN_UIDFAKE Property
Specifies the unique identifier for site administration.
Namespace: WebSvcWssInterop
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
See Also
Reference
WssSettingsDataSet.WssAdminRow Class