Share via


Title Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets assembly title information.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property Title As String
public string Title { get; }
public:
property String^ Title {
    String^ get ();
}
member Title : string with get
function get Title () : String

Property Value

Type: System. . :: . .String
The assembly title.

.NET Framework Security

See Also

Reference

AssemblyTitleAttribute Class

System.Reflection Namespace