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: