Table of Contents

Method SetNewValueOnPropertySucceeded

Namespace
Skyline.DataMiner.Automation
Assembly
SLNetTypes.dll

SetNewValueOnPropertySucceeded(string, string)

Sets the specified property to the specified value.

public override bool SetNewValueOnPropertySucceeded(string propertyName, string propertyValue)

Parameters

propertyName string

The property name.

propertyValue string

The property value.

Returns

bool

true if the property was set; otherwise, false.