Table of Contents

Property this

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

this[string]

Gets or sets the object at the specified key.

public object this[string Key] { get; set; }

Parameters

Key string

The key corresponding with the object.

Property Value

object

The object.