Table of Contents

Method WithAllowMultiple

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

WithAllowMultiple(bool)

Sets whether the field descriptor allows multiple values.

public DomInstanceFieldDescriptorBuilder WithAllowMultiple(bool allowMultiple)

Parameters

allowMultiple bool

If true, the field will allow multiple values; otherwise, it will allow a single value.

Returns

DomInstanceFieldDescriptorBuilder

The builder instance.