ServiceProcessDescriptionAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a description for a property or event.
public ref class ServiceProcessDescriptionAttribute : System::ComponentModel::DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public class ServiceProcessDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type ServiceProcessDescriptionAttribute = class
inherit DescriptionAttribute
Public Class ServiceProcessDescriptionAttribute
Inherits DescriptionAttribute
- Inheritance
- Attributes
Remarks
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.
Constructors
| Name | Description |
|---|---|
| ServiceProcessDescriptionAttribute(String) |
Initializes a new instance of the ServiceProcessDescriptionAttribute class, using the specified description. |
Properties
| Name | Description |
|---|---|
| Description |
Gets description text associated with the service process. |