ConfigurationSection.LoadedFrom Property

Definition

Gets or sets the loaded form in a configuration section.

public:
 property Uri ^ LoadedFrom { Uri ^ get(); };
[System.Xml.Serialization.XmlIgnore]
public Uri LoadedFrom { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.LoadedFrom : Uri
Public ReadOnly Property LoadedFrom As Uri

Property Value

Uri

Returns the uniform resource identifier (URI) for a loaded form.

Attributes

Applies to