Table of Contents

Method GetPropertyByName

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

GetPropertyByName(string)

Retrieves the connection property with the specified name.

public ConnectivityConnectionProperty GetPropertyByName(string name)

Parameters

name string

The name of the connection property to retrieve.

Returns

ConnectivityConnectionProperty

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

Remarks

Feature introduced in DataMiner 8.5.3 (RN 8854).