Table of Contents

Method GetFieldValueById

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

GetFieldValueById(FieldDescriptorID)

Retrieves the field value of the field with the specified ID.

public FieldValue GetFieldValueById(FieldDescriptorID id)

Parameters

id FieldDescriptorID

The ID of the field descriptor.

Returns

FieldValue

The field value or null if no field with the specified ID is found.