RegisteredHiddenField.InitialValue Propriedade
Definição
Obtém o valor inicial do campo oculto.Gets the initial value of the hidden field.
public:
property System::String ^ InitialValue { System::String ^ get(); };
public string InitialValue { get; }
member this.InitialValue : string
Public ReadOnly Property InitialValue As String
Valor da propriedade
O valor inicial do campo oculto.The initial value of the hidden field.