SerializationEntry::ObjectType Property

 

Gets the Type of the object.

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.

If the serialized object is null, this property returns the Object type.

.NET Framework
Available since 1.1
Return to top
Show: