Table of Contents

Method WithName

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

WithName(string)

Sets the name of the Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomDefinition.

public T WithName(string name)

Parameters

name string

The name to set.

Returns

T

The builder instance.