Gets the data associated with the item currently being examined.
[Visual Basic] Public ReadOnly Property Value As Object [C#] public object Value {get;} [C++] public: __property Object* get_Value(); [JScript] public function get Value() : Object;
The data associated with the item currently being examined.
Exception Type | Condition |
---|---|
InvalidOperationException | The enumerator has not started enumerating items or has reached the end of the enumeration. |
SerializationInfoEnumerator Class | SerializationInfoEnumerator Members | System.Runtime.Serialization Namespace