IsolatedStoragePermission::UsageAllowed Property

 

Gets or sets the type of isolated storage containment allowed.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
property IsolatedStorageContainment UsageAllowed {
	IsolatedStorageContainment get();
	void set(IsolatedStorageContainment value);
}

.NET Framework
Available since 1.1
Return to top
Show: