Table of Contents

Method SetCustomFieldName

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

SetCustomFieldName(FieldDescriptorID, string)

Sets the custom name of the specified field descriptor.

public void SetCustomFieldName(FieldDescriptorID fieldDescriptor, string name)

Parameters

fieldDescriptor FieldDescriptorID

The field descriptor for which the custom name should be set.

name string

The custom name.

Exceptions

ArgumentNullException

if name is null, empty or whitespace