AppDomainSetup.ShadowCopyFiles 属性

定义

获取或设置指示卷影复制是打开还是关闭的字符串。

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

属性值

String

字符串值“true”指示打开了卷影复制;“false”则指示关闭了卷影复制。

实现

注解

有关卷影复制的详细信息,请参阅 卷影复制程序集

适用于

另请参阅