ProjectDataSet.ProjectResourceRow.SetResourceIsGenericNull method
Sets the ResourceIsGeneric property to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub SetResourceIsGenericNull
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
instance.SetResourceIsGenericNull()
public void SetResourceIsGenericNull()
See also
Reference
ProjectDataSet.ProjectResourceRow class