LabelData.Key Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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