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

 

Returns all specified policy assertions.

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

public:
Collection<XmlElement^>^ FindAll(
	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 policy assertions that match the specification, or an empty collection.

.NET Framework
Available since 3.0
Return to top
Show: