The value for this property object.

If a property is multi-valued, then this function will return an IEnumerable object containing zero or more child objects.

Namespace:  Endeca.Data.Content
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

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

Return Value

The value for this property object.

See Also