次の方法で共有


ProfileElement.Properties プロパティ

定義

この要素に関連付けられたプロパティを格納している ConfigurationPropertyCollection を取得します。

protected:
 virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected override System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Overrides ReadOnly Property Properties As ConfigurationPropertyCollection

プロパティ値

プロパティ コレクション。

適用対象