StatusingDataSet.EnterpriseCustomFieldMetadataRow.MD_PROP_HAS_GRAPHICAL_INDICATOR property

Specifies whether the custom field uses a graphical indicator.

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

Syntax

'Declaration
Public Property MD_PROP_HAS_GRAPHICAL_INDICATOR As Boolean
    Get
    Set
'Usage
Dim instance As StatusingDataSet.EnterpriseCustomFieldMetadataRow
Dim value As Boolean

value = instance.MD_PROP_HAS_GRAPHICAL_INDICATOR

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

Property value

Type: System.Boolean

See also

Reference

StatusingDataSet.EnterpriseCustomFieldMetadataRow class

StatusingDataSet.EnterpriseCustomFieldMetadataRow members

WebSvcStatusing namespace