ResourceDataSet.ResourcesRow.GetResourceCustomFieldsRows method
Gets the custom field information of a resource.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function GetResourceCustomFieldsRows As ResourceDataSet.ResourceCustomFieldsRow()
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As ResourceDataSet.ResourceCustomFieldsRow()
returnValue = instance.GetResourceCustomFieldsRows()
public ResourceDataSet.ResourceCustomFieldsRow[] GetResourceCustomFieldsRows()
Return value
Type: []
An array of ResourceDataSet.ResourceCustomFieldsRow.
See also
Reference
ResourceDataSet.ResourcesRow class