SecurityGroupsDataSet.SecurityGroupsRow.IsWSEC_GRP_AD_GROUPNull Method
Determines whether the WSEC_GRP_AD_GROUP property is set to a null value.
Namespace: [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl
Syntax
'Declaration
Public Function IsWSEC_GRP_AD_GROUPNull As Boolean
'Usage
Dim instance As SecurityGroupsDataSet.SecurityGroupsRow
Dim returnValue As Boolean
returnValue = instance.IsWSEC_GRP_AD_GROUPNull()
public bool IsWSEC_GRP_AD_GROUPNull()
Return Value
Type: System.Boolean
See Also
Reference
SecurityGroupsDataSet.SecurityGroupsRow Class