CodeTypeMember.CustomAttributes Property
.NET Framework 2.0
Gets or sets the custom attributes of the member.
Namespace: System.CodeDom
Assembly: System (in system.dll)
Assembly: System (in system.dll)
/** @property */ public CodeAttributeDeclarationCollection get_CustomAttributes () /** @property */ public void set_CustomAttributes (CodeAttributeDeclarationCollection value)
public function get CustomAttributes () : CodeAttributeDeclarationCollection public function set CustomAttributes (value : CodeAttributeDeclarationCollection)
Not applicable.
Property Value
A CodeAttributeDeclarationCollection that indicates the custom attributes of the member.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Caution: