Table of Contents

Method GetPropertyByName

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

GetPropertyByName(string)

Gets the property with the specified name.

public ConnectivityInterfaceProperty GetPropertyByName(string name)

Parameters

name string

The name of the interface property.

Returns

ConnectivityInterfaceProperty

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

Remarks

Feature introduced in DataMiner 8.5.3 (RN 8854).