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.
PolicyAssertionCollection::Contains Method (String^, String^)
.NET Framework (current version)
Returns a value that indicates whether the collection contains the specified policy assertion.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- localName
-
Type:
System::String^
The name of the policy assertion.
- namespaceUri
-
Type:
System::String^
The namespace of the policy assertion.
Return Value
Type: System::Booleantrue if the collection contains the specified policy assertion; otherwise, false.
.NET Framework
Available since 3.0
Available since 3.0
Show: