[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal UsageAllowed As IsolatedStorageContainment, _ ByVal ExpirationDays As Long, _ ByVal PermanentData As Boolean _ ) [C#] public IsolatedStoragePermission( IsolatedStorageContainment UsageAllowed, long ExpirationDays, bool PermanentData ); [C++] public: IsolatedStoragePermission( IsolatedStorageContainment UsageAllowed, __int64 ExpirationDays, bool PermanentData ); [JScript] public function IsolatedStoragePermission( UsageAllowed : IsolatedStorageContainment, ExpirationDays : long, PermanentData : Boolean );
IsolatedStoragePermission Class | IsolatedStoragePermission Members | System.Security.Permissions Namespace | IsolatedStoragePermission Constructor Overload List