TypeDescriptionProviderAttribute.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 type name for the type description provider.
public:
 property System::String ^ TypeName { System::String ^ get(); };[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)]
public string TypeName { get; }public string TypeName { get; }[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)>]
member this.TypeName : stringmember this.TypeName : stringPublic ReadOnly Property TypeName As StringProperty Value
A String containing the qualified type name for the TypeDescriptionProvider.
- Attributes
Remarks
This read-only property retrieves the name of the type description provider set in the constructor.