Table of Contents

Method SetReadParameterByName

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

SetReadParameterByName(string, object)

Sets the read parameter with the specified name to the specified value.

int SetReadParameterByName(string name, object value)

Parameters

name string

The name of the parameter.

value object

The value to set.

Returns

int

HRESULT value. A value of 0 (S_OK) indicates the set succeeded.

Remarks

  • Feature introduced in DataMiner version 7.5.4.1 (RN 5177).