Table of Contents

Method SetWriteParameterByName

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

SetWriteParameterByName(string, object)

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

int SetWriteParameterByName(string name, object value)

Parameters

name string

The name of the write 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).