ConfigXmlDocument.Filename 属性

定义

获取配置文件名。Gets the configuration file name.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ Filename { System::String ^ get(); };
public string Filename { get; }
member this.Filename : string
Public ReadOnly Property Filename As String

属性值

String

配置文件名称。The configuration file name.

适用于

另请参阅