共用方式為


CustomFieldDataSet.CustomFieldsRow.MD_PROP_IS_LEAF_NODE_ONLY property

取得或設定值,指出是否為自訂欄位值必須在查閱表格中的分葉節點。

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

Syntax

'宣告
Public Property MD_PROP_IS_LEAF_NODE_ONLY As Boolean
    Get
    Set
'用途
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Boolean

value = instance.MD_PROP_IS_LEAF_NODE_ONLY

instance.MD_PROP_IS_LEAF_NODE_ONLY = value
public bool MD_PROP_IS_LEAF_NODE_ONLY { get; set; }

Property value

Type: System.Boolean
True如果自訂欄位值必須是分葉節點。否則, False。

備註

查閱資料表的分葉節點都有沒有從屬的節點。

請參閱

參照

CustomFieldDataSet.CustomFieldsRow class

CustomFieldDataSet.CustomFieldsRow members

WebSvcCustomFields namespace

其他資源

How to: Create an Enterprise Custom Field