Share via


CustomFieldDataSet.CustomFieldsRow.MD_PROP_IS_LEAF_NODE_ONLY Property

Specifies whether the custom field value must be a leaf node in the lookup table.

Namespace:  [CustomFields Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CustomFields.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CustomFields.asmx?wsdl

Syntax

'Declaration
Public Property MD_PROP_IS_LEAF_NODE_ONLY As Boolean
    Get
    Set
'Usage
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

Remarks

A lookup table leaf node has no subordinate nodes.

See Also

Reference

CustomFieldDataSet.CustomFieldsRow Class

CustomFieldDataSet.CustomFieldsRow Members

CustomFields Web Service

Other Resources

How to: Create an Enterprise Custom Field