ResourceDataSet.ResourcesRow.SetRES_HIRE_DATENull Method
Sets the RES_HIRE_DATE property to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Sub SetRES_HIRE_DATENull
'Usage
Dim instance As ResourceDataSet.ResourcesRow
instance.SetRES_HIRE_DATENull()
public void SetRES_HIRE_DATENull()
See Also
Reference
ResourceDataSet.ResourcesRow Class