StatusingDataSet.LocalCustomFieldMetadataRow.MD_PROP_IS_LEAF_NODE_ONLY property
指定自訂欄位值是否必須是查閱表格中的分葉節點。
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property MD_PROP_IS_LEAF_NODE_ONLY As Boolean
Get
Set
'用途
Dim instance As StatusingDataSet.LocalCustomFieldMetadataRow
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
備註
查閱資料表的分葉節點都有沒有從屬的節點。
請參閱
參照
StatusingDataSet.LocalCustomFieldMetadataRow class