Table of Contents

Method GetPropertyById

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

GetPropertyById(int)

Gets the property with the specified ID.

public ConnectivityInterfaceProperty GetPropertyById(int id)

Parameters

id int

The ID of the interface property.

Returns

ConnectivityInterfaceProperty

The interface property or null if no property with the specified ID was found.

Remarks

Feature introduced in DataMiner 8.5.3 (RN 8854).