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