Table of Contents

Method WithTooltip

Namespace
Skyline.DataMiner.Utils.DOM.Builders
Assembly
Skyline.DataMiner.Utils.DOM.dll

WithTooltip(string)

Sets the tooltip for the field descriptor.

public T WithTooltip(string tooltip)

Parameters

tooltip string

The tooltip text to set. If null or whitespace, the tooltip will not be set.

Returns

T

The builder instance.