Table of Contents

Property UsePrimaryKey

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

UsePrimaryKey

Gets or sets a value indicating whether the key to be used is the primary key.

public bool UsePrimaryKey { get; set; }

Property Value

bool

If true, the primary key will be used for retrieving the data, otherwise the display key will be used.

Remarks

Default: false.

Feature introduced in DataMiner 10.1.11 (RN 30694).