CustomFieldDataSet.CustomFieldsRow.MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP Property
Specifies the tooltip text for the graphical indicator.
Namespace: WebSvcCustomFields
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
See Also
Reference
CustomFieldDataSet.CustomFieldsRow Class