CustomFieldDataSet.CustomFieldsRow.MD_PROP_USE_FOR_MATCHING Property
Specifies whether to use the resource custom field for matching generic resources.
Namespace: [CustomFields Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CustomFields.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CustomFields.asmx?wsdl
Syntax
'Declaration
Public Property MD_PROP_USE_FOR_MATCHING As Boolean
Get
Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Boolean
value = instance.MD_PROP_USE_FOR_MATCHING
instance.MD_PROP_USE_FOR_MATCHING = value
public bool MD_PROP_USE_FOR_MATCHING { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
CustomFieldDataSet.CustomFieldsRow Class