StatusingDataSet.EnterpriseCustomFieldAccessInfoRow.IsWFAC_FIELD_ACCESSNull method
Determines whether the WFAC_FIELD_ACCESS property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsWFAC_FIELD_ACCESSNull As Boolean
'Usage
Dim instance As StatusingDataSet.EnterpriseCustomFieldAccessInfoRow
Dim returnValue As Boolean
returnValue = instance.IsWFAC_FIELD_ACCESSNull()
public bool IsWFAC_FIELD_ACCESSNull()
Return value
Type: System.Boolean
See also
Reference
StatusingDataSet.EnterpriseCustomFieldAccessInfoRow class