Redigera

ServiceProcessDescriptionAttribute Class

Definition

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
ServiceProcessDescriptionAttribute
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.

Applies to

See also