FileLogTraceListener.CustomLocation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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如果无法解析目录, 属性将引发异常。