ResourceDataSet.ResourceCustomFieldsRow.IsMD_PROP_NAMENull Method
Determines whether the MD_PROP_NAME property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsMD_PROP_NAMENull As Boolean
'Usage
Dim instance As ResourceDataSet.ResourceCustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsMD_PROP_NAMENull()
public bool IsMD_PROP_NAMENull()
Return Value
Type: System.Boolean
See Also
Reference
ResourceDataSet.ResourceCustomFieldsRow Class