ConfigurationPropertyAttribute(String) コンストラクター

定義

ConfigurationPropertyAttribute クラスの新しいインスタンスを初期化します。

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

パラメーター

name
String

定義された ConfigurationProperty オブジェクトの名前。

適用対象