|   | ConfigurationCellCollectionIndexOfIDLabel Method | 
        
        
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual int IndexOfIDLabel(
	string label
)
Public Overridable Function IndexOfIDLabel ( 
	label As String
) As Integer
public:
virtual int IndexOfIDLabel(
	String^ label
)
abstract IndexOfIDLabel : 
        label : string -> int 
override IndexOfIDLabel : 
        label : string -> int function IndexOfIDLabel(label);
Parameters
- label  String
- The IDLabel to find.
Return Value
Int32Index of the 
ConfigurationCellCollection that contains the specified 
label; otherwise, 
-1.
 See Also
See Also