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.

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:
© 2017 Microsoft