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 完了した後は変更できません。

適用対象