IsolatedStoragePermissionAttribute.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

属性值

最大的用户存储配额大小(以字节为单位)。

适用于