LabelData.Key Property

Definition

Caution

Use KeyFields instead.

Gets the field name in the dataset to be matched with band group expression value.

public:
 property System::String ^ Key { System::String ^ get(); };
[System.Obsolete("Use KeyFields instead.")]
public string Key { get; }
[<System.Obsolete("Use KeyFields instead.")>]
member this.Key : string
Public ReadOnly Property Key As String

Property Value

The field name in the dataset to be matched with band group expression value.

Attributes

Applies to