InputBase<TValue>.FieldIdentifier 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.
Gets the FieldIdentifier for the bound value.
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 internal Microsoft.AspNetCore.Components.Forms.FieldIdentifier FieldIdentifier { get; set; }
protected Microsoft.AspNetCore.Components.Forms.FieldIdentifier FieldIdentifier { get; set; }
member this.FieldIdentifier : Microsoft.AspNetCore.Components.Forms.FieldIdentifier with get, set
Protected Friend Property FieldIdentifier As FieldIdentifier
Protected Property FieldIdentifier As FieldIdentifier