Class AssemblyTrademarkAttribute
- Namespace
- System.Reflection
- Assembly
- mscorlib.dll
Defines a trademark custom attribute for an assembly manifest.
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyTrademarkAttribute : Attribute
- Inheritance
-
AssemblyTrademarkAttribute
- Inherited Members
- Extension Methods
Constructors
AssemblyTrademarkAttribute(string)
Initializes a new instance of the AssemblyTrademarkAttribute class.
public AssemblyTrademarkAttribute(string trademark)
Parameters
trademark
stringThe trademark information.
Properties
Trademark
Gets trademark information.
public string Trademark { get; }
Property Value
- string
A String containing trademark information.