Table of Contents

Method WithIsOptional

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

WithIsOptional(bool)

Sets whether the field descriptor is optional.

public T WithIsOptional(bool isOptional)

Parameters

isOptional bool

A boolean indicating whether the field descriptor is optional.

Returns

T

The builder instance.