ResourceDataSet.ResourcesRow.GetResourceCustomFieldsRows Method
Gets the custom field information of a resource.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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