Table of Contents

Method GetBehaviorDefinitionById

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

GetBehaviorDefinitionById(Guid)

Retrieves a DOM behavior definition by its unique ID.

public DomBehaviorDefinition GetBehaviorDefinitionById(Guid id)

Parameters

id Guid

The unique ID of the DOM behavior definition.

Returns

DomBehaviorDefinition

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