IsolatedStoragePermission.UserQuota 属性

定义

获取或设置每位用户的总存储在总大小中的配额。Gets or sets the quota on the overall size of each user's total store.

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

给用户分配的资源的大小(以字节为单位)。The size, in bytes, of the resource allocated to the user.

适用于