ConfigurationPropertyAttribute(String) Constructor

Definition

Initializes a new instance of ConfigurationPropertyAttribute class.

public:
 ConfigurationPropertyAttribute(System::String ^ name);
public ConfigurationPropertyAttribute (string name);
new System.Configuration.ConfigurationPropertyAttribute : string -> System.Configuration.ConfigurationPropertyAttribute
Public Sub New (name As String)

Parameters

name
String

Name of the ConfigurationProperty object defined.

Applies to