_AppDomain.ShadowCopyFiles Property

Definition

Provides COM objects with version-independent access to the ShadowCopyFiles property.

public:
 property bool ShadowCopyFiles { bool get(); };
public bool ShadowCopyFiles { get; }
member this.ShadowCopyFiles : bool
Public ReadOnly Property ShadowCopyFiles As Boolean

Property Value

true if the application domain is configured to shadow copy files; otherwise, false.

Remarks

See the AppDomain.ShadowCopyFiles property.

Applies to