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