ICriterionValuesAddLong Method |
Add long as criterion value
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddLong(
int Value
)
Sub AddLong (
Value As Integer
)
Dim instance As ICriterionValues
Dim Value As Integer
instance.AddLong(Value)
void AddLong(
[InAttribute] int Value
)
Parameters
- Value
- Type: SystemInt32
See Also