ProjectDataSet.ProjectRow.SetPROJ_PROP_COMPANYNull method
Sets the PROJ_PROP_COMPANY property to a null value.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub SetPROJ_PROP_COMPANYNull
'Usage
Dim instance As ProjectDataSet.ProjectRow
instance.SetPROJ_PROP_COMPANYNull()
public void SetPROJ_PROP_COMPANYNull()
See also
Reference
ProjectDataSet.ProjectRow class