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