Returns the number of items that the instance represents.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public int getItemCount() |
Visual Basic (Declaration) |
---|
Public Function getItemCount As Integer |
J# |
---|
public int getItemCount() |
JScript |
---|
public function getItemCount() : int |
Return Value
-
'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