CustomFieldDataSet.CustomFieldsRow.MD_PROP_IS_LEAF_NODE_ONLY 属性
获取或设置一个值,该值指示是否必须查阅表格中的叶节点的自定义字段值。
命名空间: WebSvcCustomFields
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
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; }
属性值
类型:System.Boolean
True如果在自定义字段值必须是一个叶节点 ;否则为False。
备注
查找表叶节点具有任何子节点。
另请参阅
引用
CustomFieldDataSet.CustomFieldsRow 类
CustomFieldDataSet.CustomFieldsRow 成员