Table of Contents

Method WithDefaultValue

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

WithDefaultValue(IValueWrapper)

Sets the default value for the field descriptor.

public T WithDefaultValue(IValueWrapper value)

Parameters

value IValueWrapper

The default value to set.

Returns

T

The builder instance.