CustomFieldDataSet.CustomFieldsRow.MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP property

Gets or sets a value that indicates whether the graphical indicator has a tooltip.

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

Syntax

'Declaration
Public Property MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP As Boolean
    Get
    Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Boolean

value = instance.MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP

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

Property value

Type: System.Boolean
True if the indicator has a tooltip; otherwise, False.

See also

Reference

CustomFieldDataSet.CustomFieldsRow class

CustomFieldDataSet.CustomFieldsRow members

WebSvcCustomFields namespace