FileLogTraceListener.CustomLocation 属性

定义

Location 属性设置为 Custom 时获取或设置日志文件目录。

public:
 property System::String ^ CustomLocation { System::String ^ get(); void set(System::String ^ value); };
public string CustomLocation { get; set; }
member this.CustomLocation : string with get, set
Public Property CustomLocation As String

属性值

String,日志文件目录的名称。 此属性的默认设置是用户的应用程序数据目录。

注解

CustomLocation设置 属性时,它还将 Location 属性设置为 Custom

CustomLocation如果无法解析目录, 属性将引发异常。

适用于

另请参阅