Share via


SerializationRecord.TypeName Property

Definition

Gets the name of the serialized type.

public:
 abstract property System::Reflection::Metadata::TypeName ^ TypeName { System::Reflection::Metadata::TypeName ^ get(); };
public abstract System.Reflection.Metadata.TypeName TypeName { get; }
member this.TypeName : System.Reflection.Metadata.TypeName
Public MustOverride ReadOnly Property TypeName As TypeName

Property Value

The name of the serialized type.

Remarks

Since the provided type name may originate from untrusted input, it should not be utilized for type loading, as it could potentially load a malicious type.

Applies to