Table of Contents

Method WithReadonly

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

WithReadonly(bool)

Sets whether the field descriptor is read-only.

public T WithReadonly(bool isReadonly)

Parameters

isReadonly bool

A boolean indicating whether the field descriptor is read-only.

Returns

T

The builder instance.