Table of Contents

Method GetPropertyById

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

GetPropertyById(int)

Retrieves the connection property with the specified ID.

public ConnectivityConnectionProperty GetPropertyById(int id)

Parameters

id int

The ID of the connection property to retrieve.

Returns

ConnectivityConnectionProperty

The connection property or null if the property with the specified ID was not found.

Remarks

Feature introduced in DataMiner 8.5.3 (RN 8854).