RegisterServerHelpKeyWordAttribute Class

Definition

Represents the registered keyword to use for the attribute in the class.

public ref class RegisterServerHelpKeyWordAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class RegisterServerHelpKeyWordAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type RegisterServerHelpKeyWordAttribute = class
    inherit Attribute
Public NotInheritable Class RegisterServerHelpKeyWordAttribute
Inherits Attribute
Inheritance
RegisterServerHelpKeyWordAttribute
Attributes

Constructors

RegisterServerHelpKeyWordAttribute(String)

Initializes a new instance of the RegisterServerHelpKeyWordAttribute class with the specified Help keyword.

Properties

KeyWord

Gets the specified keyword for the attribute.

Applies to