Table of Contents

Method WithHidden

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

WithHidden(bool)

Sets whether the field descriptor is hidden.

public T WithHidden(bool isHidden)

Parameters

isHidden bool

A boolean indicating whether the field descriptor is hidden.

Returns

T

The builder instance.