FileStreamStorage<TKey>::StoragePath Property

Visual Studio 2015
 

Gets or sets the directory that will contain the stored files.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
property String^ StoragePath {
	String^ get();
}

Property Value

Type: System::String^

The directory that will contain the stored files.

Return to top
Show: