ServiceNameCollection::Contains Method (String^)
.NET Framework (current version)
Returns a value indicating whether the specified string occurs within this ServiceNameCollection instance.
Assembly: System (in System.dll)
Parameters
- searchServiceName
-
Type:
System::String^
The string to seek.
Return Value
Type: System::BooleanReturns Boolean.
true if the searchServiceName parameter occurs within this ServiceNameCollection instance; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: