IBuffer.Capacity Property

Definition

Gets the maximum number of bytes that the buffer can hold.

public:
 property unsigned int Capacity { unsigned int get(); };
uint32_t Capacity();
public uint Capacity { get; }
var uInt32 = iBuffer.capacity;
Public ReadOnly Property Capacity As UInteger

Property Value

UInt32

unsigned int

uint32_t

The maximum number of bytes that the buffer can hold.

Applies to