Gets or sets the total amount of storage space available (in bytes)
Namespace: CTCT.Components.MyLibraryAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public int TotalBytesRemaining { get; set; }public int TotalBytesRemaining { get; set; }Public Property TotalBytesRemaining As Integer
Get
Set
Public Property TotalBytesRemaining As Integer
Get
Set
public:
property int TotalBytesRemaining {
int get ();
void set (int value);
}public:
property int TotalBytesRemaining {
int get ();
void set (int value);
}member TotalBytesRemaining : int with get, set
member TotalBytesRemaining : int with get, set