Name

AssemblyTitleAttribute

Synopsis

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

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.