AssemblyTitleAttribute

AssemblyTitleAttributeCF 1.0

System.Reflection (mscorlib.dll)sealed class

This class is a custom attribute for an assembly title.

public sealed class AssemblyTitleAttribute : Attribute {
// Public Constructors
   public AssemblyTitleAttribute(string title);
// Public Instance Properties
   public string Title{get; }
}

Hierarchy

System.Object System.Attribute AssemblyTitleAttribute

Valid On

Assembly



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System