NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStoragePermission Constructor (IsolatedStorageContainment, Int64, Boolean)

[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
);

Parameters

UsageAllowed
[To be supplied.]
ExpirationDays
[To be supplied.]
PermanentData
[To be supplied.]

See Also

IsolatedStoragePermission Class | IsolatedStoragePermission Members | System.Security.Permissions Namespace | IsolatedStoragePermission Constructor Overload List