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.

PolicyAssertionCollection::RemoveAll Method (String^, String^)

 

Removes all policy assertions that match the specified name and namespace.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
Collection<XmlElement^>^ RemoveAll(
	String^ localName,
	String^ namespaceUri
)

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
Return to top
Show:
© 2017 Microsoft