CustomFieldDataSet.CustomFieldsRow.MD_PROP_USE_FOR_MATCHING property

Gets or sets a value that indicates whether to use the resource custom field for matching generic resources.

Namespace:  WebSvcCustomFields
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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
True if the resource custom field is used for matching; otherwise, False.

See also

Reference

CustomFieldDataSet.CustomFieldsRow class

CustomFieldDataSet.CustomFieldsRow members

WebSvcCustomFields namespace