Table of Contents

Method DeleteProperty

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

DeleteProperty(ConnectivityInterfaceProperty)

Deletes the specified interface property.

public bool DeleteProperty(ConnectivityInterfaceProperty prop)

Parameters

prop ConnectivityInterfaceProperty

The interface property to delete.

Returns

bool

true if the operation succeeded; otherwise, false.

Remarks

In case the property does not exist, this method will also return true.

Feature introduced in DataMiner 8.5.3 (RN 8854).

DeleteProperty(int)

Deletes the interface property with the specified ID.

public bool DeleteProperty(int id)

Parameters

id int

The ID of the interface property.

Returns

bool

true if the operation succeeded; otherwise, false.

Remarks

In case there was no property with the specified ID, this method will also return true.

Feature introduced in DataMiner 8.5.3 (RN 8854).