Table of Contents

Method SetParameterDescription

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

SetParameterDescription(int, object)

Sets the description of the specified parameter.

int SetParameterDescription(int iID, object value)

Parameters

iID int

The ID of the parameter.

value object

The description to set.

Returns

int

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

Examples

int result = protocol.SetParameterDescription(100, "My Description");

Remarks