NamespaceElementCollection::Item Property (String^)

.NET Framework (current version)
 

Gets an element from the collection with a specified key.

Namespace:   System.ServiceModel.Routing.Configuration
Assembly:  System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)

public:
property NamespaceElement^ default[
	String^ name
] {
	NamespaceElement^ get(String^ name);
}

Parameters

name
Type: System::String^

The key of the element to be retrieved from the collection.

Property Value

Type: System.ServiceModel.Routing.Configuration::NamespaceElement^

The namespace element in the collection that matches the specified key.

.NET Framework
Available since 4.0
Return to top
Show: