Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that indicates whether the custom field value must be a leaf node in the lookup table.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
True if the custom field value must be a leaf node; otherwise, False.
Remarks
A lookup table leaf node has no subordinate nodes.
See also
Reference
CustomFieldDataSet.CustomFieldsRow class
CustomFieldDataSet.CustomFieldsRow members