PolicyAssertionCollection::RemoveAll Method (String^, String^)
.NET Framework (current version)
Removes all policy assertions that match the specified name and namespace.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- localName
-
Type:
System::String^
The local name of the policy assertion.
- namespaceUri
-
Type:
System::String^
The namespace of the policy assertion.
Return Value
Type: System.Collections.ObjectModel::Collection<XmlElement^>^A collection of all removed policy assertions or an empty collection if no assertions were found that match the specified name and namespace.
.NET Framework
Available since 3.0
Available since 3.0
Show: