ServiceNameCollection::Contains Method (String^)

.NET Framework (current version)
 

Returns a value indicating whether the specified string occurs within this ServiceNameCollection instance.

Namespace:   System.Security.Authentication.ExtendedProtection
Assembly:  System (in System.dll)

public:
bool Contains(
	String^ searchServiceName
)

Parameters

searchServiceName
Type: System::String^

The string to seek.

Return Value

Type: System::Boolean

Returns Boolean.

true if the searchServiceName parameter occurs within this ServiceNameCollection instance; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: