Table of Contents

Method FindView

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

FindView()

Gets the name of the view this element is a member of.

public virtual string FindView()

Returns

string

The name of the view this element is a member of.

Examples

var dummy = engine.GetDummy("dummy1");
string viewName = dummy.FindView();

Remarks

If an element is a member of multiple views, this method only returns one of them. If you want all views, use the FindViews() method.