The result of the operation, if it was successful. Accessing this property will throw an exception if the operation failed.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public T Value { get; }
Visual Basic (Declaration)
Public ReadOnly Property Value As T
Visual C++
public:
property T Value {
	T get ();
}

See Also