Share via


Description Property

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

Gets assembly description information.

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

Syntax

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

Property Value

Type: System. . :: . .String
A string containing the assembly description.

.NET Framework Security

See Also

Reference

AssemblyDescriptionAttribute Class

System.Reflection Namespace