The value for this property object.
Namespace:
Endeca.Data.ContentIf a property is multi-valued, then this function will return an IEnumerable object containing zero or more child objects.
Assembly: Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 1.0.0.0 (1.0.1.0)
Syntax
| C# |
|---|
Object Value { get; } |
| Visual Basic (Declaration) |
|---|
ReadOnly Property Value As Object |
| Visual C++ |
|---|
property Object^ Value { Object^ get (); } |