Freigeben über


ConfigurationKeyNameAttribute Class

Definition

Specifies the key name for a configuration property.

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

Constructors

ConfigurationKeyNameAttribute(String)

Initializes a new instance of ConfigurationKeyNameAttribute.

Properties

Name

Gets the key name for a configuration property.

Applies to