IAppDomainSetup.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

プロパティ値

シャドウ コピーが有効になっていることを示す値 "true" を含む String 。シャドウ コピーがオフになっていることを示す場合は "false" です。

注釈

AppDomainが最初のバインドを完了した後は、このプロパティを変更できません。

適用対象