Table of Contents

Method GetBehaviorDefinitionByName

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

GetBehaviorDefinitionByName(string)

Retrieves a DOM behavior definition by its name.

public DomBehaviorDefinition GetBehaviorDefinitionByName(string name)

Parameters

name string

The name of the DOM behavior definition.

Returns

DomBehaviorDefinition

The Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomBehaviorDefinition with the specified name.