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