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

Field Value

Type depending on inherited class.

See Also