ServiceProcessDescriptionAttribute Class
.NET Framework 3.0
Specifies a description for a property or event.
Namespace: System.ServiceProcess
Assembly: System.ServiceProcess (in system.serviceprocess.dll)
Assembly: System.ServiceProcess (in system.serviceprocess.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.All)> _ Public Class ServiceProcessDescriptionAttribute Inherits DescriptionAttribute 'Usage Dim instance As ServiceProcessDescriptionAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.All) */ public class ServiceProcessDescriptionAttribute extends DescriptionAttribute
AttributeUsageAttribute(AttributeTargets.All) public class ServiceProcessDescriptionAttribute extends DescriptionAttribute
Not applicable.
A visual designer can display the description when referencing the component member, such as in a Properties window. Access the Description property to get or set the text associated with this attribute.
System.Object
System.Attribute
System.ComponentModel.DescriptionAttribute
System.ServiceProcess.ServiceProcessDescriptionAttribute
System.Attribute
System.ComponentModel.DescriptionAttribute
System.ServiceProcess.ServiceProcessDescriptionAttribute
Community Additions
ADD
Show: