SerializationEntry.ObjectType Tulajdonság

Definíció

Lekéri az Type objektumot.

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

Tulajdonság értéke

Az Type objektum.

Megjegyzések

Ha a szerializált objektum az null, ez a tulajdonság a típust Object adja vissza.

A következőre érvényes: