Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SerializationInfo::ObjectType Property

.NET Framework (current version)
 

Returns the type of the object to be serialized.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

public:
property Type^ ObjectType {
	Type^ get();
}

Property Value

Type: System::Type^

The type of the object being serialized.

.NET Framework
Available since 4.0
Return to top
Show: