Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IAppDomainSetup::CachePath Property

 

Gets and sets the name of an area specific to the application where files are shadow copied.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

property String^ CachePath {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A String that is the fully-qualified name of the directory path and file name where files are shadow copied.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft