BackupListCollection::Item Property (String^)

.NET Framework (current version)
 

Gets the BackupEndpointCollection with the specified index.

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

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

Parameters

name
Type: System::String^

The key of the element to be accessed.

Property Value

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

A backup endpoint that matches the specified key.

.NET Framework
Available since 4.0
Return to top
Show: