Freigeben über


CustomFieldDataSet.CustomFieldsRow.MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob für die grafische Anzeige eine QuickInfo angezeigt.

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; }

Eigenschaftswert

Typ: System.Boolean
True , wenn das Symbol eine QuickInfo enthält; andernfalls False.

Siehe auch

Referenz

CustomFieldDataSet.CustomFieldsRow Klasse

CustomFieldDataSet.CustomFieldsRow-Member

WebSvcCustomFields-Namespace