WssSettingsDataSet.WssAdminRow.WADMIN_WSS_PWA_ADMIN_ROLE_ID property
Gets or sets the identifier used for the Administrator role for the hosting server.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_WSS_PWA_ADMIN_ROLE_ID As Integer
Get
Set
'Usage
Dim instance As WssSettingsDataSet.WssAdminRow
Dim value As Integer
value = instance.WADMIN_WSS_PWA_ADMIN_ROLE_ID
instance.WADMIN_WSS_PWA_ADMIN_ROLE_ID = value
public int WADMIN_WSS_PWA_ADMIN_ROLE_ID { get; set; }
Property value
Type: System.Int32
A number that represents the Administrator role.
See also
Reference
WssSettingsDataSet.WssAdminRow class