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.ObjectType

Gets the type of the item currently being examined.

[Visual Basic]
Public ReadOnly Property ObjectType As Type
[C#]
public Type ObjectType {get;}
[C++]
public: __property Type* get_ObjectType();
[JScript]
public function get ObjectType() : Type;

Property Value

The type of 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