CustomFieldDataSet.CustomFieldsRow.MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP property
取得或設定值,指出圖形的標記是否具有工具提示。
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP As Boolean
Get
Set
'用途
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指標有工具提示。否則, False。
請參閱
參照
CustomFieldDataSet.CustomFieldsRow class