Deli putem


BindableProperty.BindableValue Property

Gets or sets a textual representing the underlying Property's value.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Property BindableValue As String
public string BindableValue { get; set; }
public:
property String^ BindableValue {
    String^ get ();
    void set (String^ value);
}
public function get BindableValue () : String
public function set BindableValue (value : String)

Field Value

A textual representation of the underlying Property's value.

Remarks

The value that is gotten or set through this property is expected to be in the client's culture.

If validation errors occur when setting the value, the value will not be comitted to the underlying Property.
Instead, the Property's ValidationResults can be used to display an error message.

See Also

BindableProperty Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace