ProjectWSSInfoDataSet.ProjWssInfoRow.IsWSS_PWA_ADMIN_ROLE_IDNull Method
Determines whether WSS_PWA_ADMIN_ROLE_ID is set to a null value.
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 Function IsWSS_PWA_ADMIN_ROLE_IDNull As Boolean
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim returnValue As Boolean
returnValue = instance.IsWSS_PWA_ADMIN_ROLE_IDNull()
public bool IsWSS_PWA_ADMIN_ROLE_IDNull()
Return Value
Type: System.Boolean
See Also
Reference
ProjectWSSInfoDataSet.ProjWssInfoRow Class