NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SerializationInfoEnumerator.Value

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;

Property Value

The data associated with the item currently being examined.

Exceptions

Exception Type Condition
InvalidOperationException The enumerator has not started enumerating items or has reached the end of the enumeration.

See Also

SerializationInfoEnumerator Class | SerializationInfoEnumerator Members | System.Runtime.Serialization Namespace