IsolatedStoragePermission.UserQuota 属性

定义

获取或设置每位用户的总存储在总大小中的配额。

public:
 property long UserQuota { long get(); void set(long value); };
public long UserQuota { get; set; }
member this.UserQuota : int64 with get, set
Public Property UserQuota As Long

属性值

Int64

给用户分配的资源的大小(以字节为单位)。

适用于