IValueChangeCoordinator.Value Property
Gets or sets the coordinated value.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Property Value As String
string Value { get; set; }
property String^ Value {
String^ get ();
void set (String^ value);
}
function get Value () : String
function set Value (value : String)
See Also
IValueChangeCoordinator Interface
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace