ProjectDataSet.ProjectCustomFieldsDataTable.RemoveProjectCustomFieldsRow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the specified row from the ProjectCustomFieldsDataTable.
public:
void RemoveProjectCustomFieldsRow(WebSvcStatusing::ProjectDataSet::ProjectCustomFieldsRow ^ row);
public void RemoveProjectCustomFieldsRow(WebSvcStatusing.ProjectDataSet.ProjectCustomFieldsRow row);
member this.RemoveProjectCustomFieldsRow : WebSvcStatusing.ProjectDataSet.ProjectCustomFieldsRow -> unit
Public Sub RemoveProjectCustomFieldsRow (row As ProjectDataSet.ProjectCustomFieldsRow)
Parameters
Contains the row that is to be deleted.