ProjectWSSInfoDataSet.ProjWssInfoRow.WSS_PWA_ADMIN_ROLE_ID property
Specifies the identifier for the administration role of a project site on a hosted server.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WSS_PWA_ADMIN_ROLE_ID As Integer
Get
Set
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim value As Integer
value = instance.WSS_PWA_ADMIN_ROLE_ID
instance.WSS_PWA_ADMIN_ROLE_ID = value
public int WSS_PWA_ADMIN_ROLE_ID { get; set; }
Property value
Type: System.Int32
See also
Reference
ProjectWSSInfoDataSet.ProjWssInfoRow class