DesigntimeDefaultAttribute.BindableDefaultValue Property
Gets the string reprentation of the default value.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public ReadOnly Property BindableDefaultValue As String
public string BindableDefaultValue { get; }
public:
property String^ BindableDefaultValue {
String^ get ();
}
public function get BindableDefaultValue () : String
Field Value
The string reprentation of the default value.
See Also
DesigntimeDefaultAttribute Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace