InputBase<TValue>.FieldIdentifier 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.
Ottiene l'oggetto FieldIdentifier per il valore associato.
protected:
property Microsoft::AspNetCore::Components::Forms::FieldIdentifier FieldIdentifier { Microsoft::AspNetCore::Components::Forms::FieldIdentifier get(); void set(Microsoft::AspNetCore::Components::Forms::FieldIdentifier value); };
protected public:
property Microsoft::AspNetCore::Components::Forms::FieldIdentifier FieldIdentifier { Microsoft::AspNetCore::Components::Forms::FieldIdentifier get(); void set(Microsoft::AspNetCore::Components::Forms::FieldIdentifier value); };
protected Microsoft.AspNetCore.Components.Forms.FieldIdentifier FieldIdentifier { get; set; }
protected internal Microsoft.AspNetCore.Components.Forms.FieldIdentifier FieldIdentifier { get; set; }
member this.FieldIdentifier : Microsoft.AspNetCore.Components.Forms.FieldIdentifier with get, set
Protected Property FieldIdentifier As FieldIdentifier
Protected Friend Property FieldIdentifier As FieldIdentifier