IsolatedStorageFile::IsEnabled Property

 

Gets a value that indicates whether isolated storage is enabled.

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

public:
[ComVisibleAttribute(false)]
property bool IsEnabled {
	static bool get();
}

Property Value

Type: System::Boolean

true in all cases.

Isolated storage for full .NET Framework applications is always enabled.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: