IAppDomainSetup.CachePath 属性

定义

获取或设置特定于应用程序且从中对文件进行卷影复制的区域的名称。

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

属性值

String

一个 String,它是在其中进行文件影像复制的完全限定的目录路径名称和文件名。

适用于

另请参阅