SecurityGroupsDataSet.SecurityGroupsRow.IsWSEC_GRP_AD_GUIDNull method
Determines whether the WSEC_GRP_AD_GUID property is set to a null value.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsWSEC_GRP_AD_GUIDNull As Boolean
'Usage
Dim instance As SecurityGroupsDataSet.SecurityGroupsRow
Dim returnValue As Boolean
returnValue = instance.IsWSEC_GRP_AD_GUIDNull()
public bool IsWSEC_GRP_AD_GUIDNull()
Return value
Type: System.Boolean
See also
Reference
SecurityGroupsDataSet.SecurityGroupsRow class