BCCollectionBaseIndexOf Method |
Returns the index of the first occurrence of an element
identified with the specified key.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public int IndexOf(
string key
)
Public Function IndexOf (
key As String
) As Integer
public:
int IndexOf(
String^ key
)
member IndexOf :
key : string -> int
Parameters
- key
- Type: SystemString
The ID property value,
or the Name property value,
or the DisplayName property value of the element to get.
Return Value
Type:
Int32
The index of the first occurrence of an element within
the entire collection, if found; otherwise, -1.
See Also