CacheToDiskLocation Property (IDocument<T>)
In This Topic
Gets or sets Specifies location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage.
Syntax
'Declaration
Property CacheToDiskLocation As String
string CacheToDiskLocation {get; set;}
See Also