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