LabelData.KeyFields Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Riceve il nome del campo della collezione nel 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)
Valore della proprietà
Il nome del campo raccolta nel dataset.