NamespaceElementCollection::Item Property (Int32)

.NET Framework (current version)
 

Gets an element from the collection with a specified index.

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

public:
property NamespaceElement^ default[
	int index
] {
	NamespaceElement^ get(int index);
	void set(int index, NamespaceElement^ value);
}

Parameters

index
Type: System::Int32

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

Property Value

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

The namespace element in the collection that has the specified index.

.NET Framework
Available since 4.0
Return to top
Show: