SerializationRecord.TypeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.