The capacity of this list
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
[ObsoleteAttribute("Not used anymore")] public int Capacity { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Not used anymore")> _ Public Property Capacity As Integer Get Set |
| JScript |
|---|
function get Capacity () : int function set Capacity (value : int) |