ConfigXmlDocument.IConfigErrorInfo.Filename Property

Definition

Gets the configuration file name.

property System::String ^ System::Configuration::Internal::IConfigErrorInfo::Filename { System::String ^ get(); };
string System.Configuration.Internal.IConfigErrorInfo.Filename { get; }
member this.System.Configuration.Internal.IConfigErrorInfo.Filename : string
 ReadOnly Property Filename As String Implements IConfigErrorInfo.Filename

Property Value

The file name.

Implements

Applies to

See also