Gets the value of this PropertyValue.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

Implements

IAttributeValue..::.Value

See Also