ExportedType.Name Property

Definition

Gets the name of the target type, or default if the type is nested or defined in a root namespace.

public:
 property System::Reflection::Metadata::StringHandle Name { System::Reflection::Metadata::StringHandle get(); };
public System.Reflection.Metadata.StringHandle Name { get; }
member this.Name : System.Reflection.Metadata.StringHandle
Public ReadOnly Property Name As StringHandle

Property Value

A StringHandle struct instance.

Applies to