次の方法で共有


ConstructionEnabledAttribute.Default プロパティ

コンストラクタ文字列の既定値を取得または設定します。

Public Property Default As String
[C#]
public string Default {get; set;}
[C++]
public: __property String* get_Default();public: __property void set_Default(String*);
[JScript]
public function get Default() : String;public function set Default(String);

プロパティ値

既定のコンストラクタ文字列に使用する値。既定値は空の文字列 ("") です。

必要条件

プラットフォーム: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ConstructionEnabledAttribute クラス | ConstructionEnabledAttribute メンバ | System.EnterpriseServices 名前空間