ConfigurationPropertyAttribute(String) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van ConfigurationPropertyAttribute klasse.
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
De naam van het ConfigurationProperty object dat is gedefinieerd.