Table of Contents

Method Delete

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

Delete()

Deletes this connection property.

public bool Delete()

Returns

bool

true if the deletion succeeded; otherwise, false.

Delete(bool)

Deletes this connection property.

public bool Delete(bool both)

Parameters

both bool

true if the property should be deleted at both ends of the connection; otherwise, false.

Returns

bool

true if the deletion succeeded; otherwise, false.