|   | ConfigurationCellCollectionIndexOfIDCode Method | 
        
        
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual int IndexOfIDCode(
	ushort idCode
)
Public Overridable Function IndexOfIDCode ( 
	idCode As UShort
) As Integer
public:
virtual int IndexOfIDCode(
	unsigned short idCode
)
abstract IndexOfIDCode : 
        idCode : uint16 -> int 
override IndexOfIDCode : 
        idCode : uint16 -> int function IndexOfIDCode(idCode);
Parameters
- idCode  UInt16
- The IDCode to find.
Return Value
Int32Index of the 
ConfigurationCellCollection that contains the specified 
idCode; otherwise, 
-1.
 See Also
See Also