Gets the value of this IAttributeValue

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
string Value { get; }
Visual Basic (Declaration)
ReadOnly Property Value As String
Visual C++
property String^ Value {
	String^ get ();
}

See Also