Table of Contents

Method FindViews

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

FindViews()

Gets the names of all the views this element is a member of.

public virtual string[] FindViews()

Returns

string[]

The names of the views this element is a member of.

Examples

var dummy = engine.GetDummy("dummy1");
string[] viewNames = dummy.FindViews();