LabelData.KeyFields Property

Definition

Gets the collection field name in the dataset.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ KeyFields { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> KeyFields { get; }
member this.KeyFields : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property KeyFields As ReadOnlyCollection(Of String)

Property Value

The collection field name in the dataset.

Applies to