Gets or sets the total amount of MyLibrary Plus storage space (in bytes)
If value = 0, refer to max_free_file_num for capacity
If value = -1, the account has unlimited storage
Namespace: CTCT.Components.MyLibraryAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public int MaxPremiumSpaceLimit { get; set; }
public int MaxPremiumSpaceLimit { get; set; }
Public Property MaxPremiumSpaceLimit As Integer
Get
Set
Public Property MaxPremiumSpaceLimit As Integer
Get
Set
public:
property int MaxPremiumSpaceLimit {
int get ();
void set (int value);
}
public:
property int MaxPremiumSpaceLimit {
int get ();
void set (int value);
}
member MaxPremiumSpaceLimit : int with get, set
member MaxPremiumSpaceLimit : int with get, set