CustomFieldDataSet.CustomFieldsRow.MD_PROP_USE_FOR_MATCHING property
取得或設定值,這個值,指出是否要使用的資源自訂欄位來比對一般資源。
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property MD_PROP_USE_FOR_MATCHING As Boolean
Get
Set
'用途
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如果資源自訂欄位用於比對。否則, False。
請參閱
參照
CustomFieldDataSet.CustomFieldsRow class