DescriptionAttribute Class
Sets the description on an assembly (application), component, method, or interface. This class cannot be inherited.
For a list of all members of this type, see DescriptionAttribute Members.
System.Object
System.Attribute
System.EnterpriseServices.DescriptionAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Assembly Or AttributeTargets.Class _ Or AttributeTargets.Method Or AttributeTargets.Interface)> <ComVisible(False)> NotInheritable Public Class DescriptionAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Interface)] [ComVisible(false)] public sealed class DescriptionAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Assembly | AttributeTargets::Class | AttributeTargets::Method | AttributeTargets::Interface)] [ComVisible(false)] public __gc __sealed class DescriptionAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Interface) ComVisible(false) class DescriptionAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For more information about using attributes, see Extending Metadata Using Attributes.
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
DescriptionAttribute Members | System.EnterpriseServices Namespace