SerializationEntry.ObjectType Property

Definition

Gets the Type of the object.

public:
 property Type ^ ObjectType { Type ^ get(); };
public Type ObjectType { get; }
member this.ObjectType : Type
Public ReadOnly Property ObjectType As Type

Property Value

The Type of the object.

Remarks

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

Applies to