[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 T Value { get; set; }
Public Overrides Property Value As T
public:
virtual property T Value {
	T get () override;
	void set (T value) override;
}

Field Value

Type depending on inherited class.

See Also