Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft