[This is preliminary documentation and is subject to change.]

Gets or sets value for this setting. If changed Changed event is raised.

Namespace:  Phoenix.Configuration
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public override string Value { get; set; }
Public Overrides Property Value As String
public:
virtual property String^ Value {
	String^ get () override;
	void set (String^ value) override;
}

Field Value

Type depending on inherited class.

See Also