ConfigurationSection.Source プロパティ

定義

構成セクションのソースを取得します。値の設定も可能です。

public:
 property System::String ^ Source { System::String ^ get(); void set(System::String ^ value); };
[System.Xml.Serialization.XmlAttribute]
public string Source { get; set; }
[<System.Xml.Serialization.XmlAttribute>]
member this.Source : string with get, set
Public Property Source As String

プロパティ値

ソースを表す文字列を返します。

属性

適用対象