Table of Contents

Method FindAssociatedWriteParameter

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

FindAssociatedWriteParameter(ParameterInfo)

Finds the write parameter that is associated with the specified read parameter. If no such parameter is found, returns null.

public ParameterInfo FindAssociatedWriteParameter(ParameterInfo readParameter)

Parameters

readParameter ParameterInfo

The read parameter.

Returns

ParameterInfo

The write parameter that is associated with the specified read parameter or null if no such parameter is found.