EditorOptionAttribute.Value Propriedade
Definição
Obtém ou define o valor do atributo.Gets or sets the value of the attribute.
public:
property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object
Valor da propriedade
O valor do atributo.The value of the attribute.