AssemblyTrademarkAttribute Constructor

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

Initializes a new instance of the AssemblyTrademarkAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    trademark As String _
)
public AssemblyTrademarkAttribute(
    string trademark
)
public:
AssemblyTrademarkAttribute(
    String^ trademark
)
new : 
        trademark:string -> AssemblyTrademarkAttribute
public function AssemblyTrademarkAttribute(
    trademark : String
)

Parameters

.NET Framework Security

See Also

Reference

AssemblyTrademarkAttribute Class

System.Reflection Namespace