Table of Contents

Method UpdateProperty

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

UpdateProperty(ConnectivityInterfaceProperty)

Updates the specified property.

public bool UpdateProperty(ConnectivityInterfaceProperty prop)

Parameters

prop ConnectivityInterfaceProperty

The property to update.

Returns

bool

true if the operation succeeded; otherwise, false.

Remarks

Feature introduced in DataMiner 8.5.3 (RN 8854).

UpdateProperty(int, string, string, string, int)

Updates the specified property with the new property information.

public bool UpdateProperty(int id, string name, string type, string value, int link)

Parameters

id int

The ID of the property to update.

name string

The name of the property.

type string

The type of the property.

value string

The value of the property.

link int

The ID of the interface to which this property belongs.

Returns

bool

true if the operation succeeded; otherwise, false.

Remarks

Feature introduced in DataMiner 8.5.3 (RN 8854).