ConfigurationSection.Source Property

Definition

Gets or sets the source for the configuration section.

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

Property Value

Returns a string that represents the source.

Attributes

Applies to