Returns the number of items that the instance represents.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic int getItemCount()
Public Function getItemCount As Integer
public int getItemCount()
public function getItemCount() : int
Return Value
Type:
Int32- '0' if the item is an error with error code 0 (No Items Found).
- '-1' if the item is an error of any other type
-
N (where N is a positive integer for number of items that the instance represents) if the item is not an error
See Also