RoutingSection.BackupLists Property

Definition

Gets the configuration element that contains a collection of BackupEndpointElement objects.

public:
 property System::ServiceModel::Routing::Configuration::BackupListCollection ^ BackupLists { System::ServiceModel::Routing::Configuration::BackupListCollection ^ get(); };
[System.Configuration.ConfigurationProperty("backupLists", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Routing.Configuration.BackupListCollection BackupLists { get; }
[<System.Configuration.ConfigurationProperty("backupLists", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.BackupLists : System.ServiceModel.Routing.Configuration.BackupListCollection
Public ReadOnly Property BackupLists As BackupListCollection

Property Value

A collection that defines the configuration section that contains a collection of BackupEndpointElement objects.

Attributes

Applies to