CodeCompileUnit::AssemblyCustomAttributes Property
.NET Framework (current version)
Gets a collection of custom attributes for the generated assembly.
Assembly: System (in System.dll)
public: property CodeAttributeDeclarationCollection^ AssemblyCustomAttributes { CodeAttributeDeclarationCollection^ get(); }
Property Value
Type: System.CodeDom::CodeAttributeDeclarationCollection^A CodeAttributeDeclarationCollection that indicates the custom attributes for the generated assembly.
You can add and remove CodeAttributeDeclaration objects representing attributes for the generated assembly from this collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: