Name

AssemblyTrademarkAttribute

Synopsis

This custom attribute is used to add a trademark.

public sealed class AssemblyTrademarkAttribute : Attribute {
// Public Constructors
   public AssemblyTrademarkAttribute(string trademark);
// Public Instance Properties
   public string Trademark{get; }
}

Hierarchy

System.Object System.Attribute AssemblyTrademarkAttribute

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.