RoutingSection.BackupLists 属性
定义
获取包含 BackupEndpointElement 对象集合的配置元素。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
属性值
一个集合,用于定义包含 BackupEndpointElement 对象集合的配置节。A collection that defines the configuration section that contains a collection of BackupEndpointElement objects.
- 属性