Gets the number of 'Status' entries in the container object.
Status (ASBIE). The status of the event.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
int GetCurrentStatusCount() |
| Visual Basic |
|---|
Function GetCurrentStatusCount As Integer |
| Visual C++ |
|---|
int GetCurrentStatusCount() |
| F# |
|---|
abstract GetCurrentStatusCount : unit -> int
|
Return Value
Type:
Int32The number of
IStatus object instances in the container object.
See Also