|
ConfigurationCellCollectionIndexOfStationName Method
|
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
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);
View SourceParameters
- stationName String
- The StationName to find.
Return Value
Int32Index of the
ConfigurationCellCollection that contains the specified
stationName; otherwise,
-1.
See Also