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

Gets the default value of the property this attribute is bound to.

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public override Object Value { get; }
Visual Basic
Public Overrides ReadOnly Property Value As Object
	Get
Visual C++
public:
virtual property Object^ Value {
	Object^ get () override;
}
F#
abstract Value : Object
override Value : Object
JScript
override function get Value () : Object

Return Value

An Object that represents the default value of the property this attribute is bound to.

See Also