FilterTableEntryElement::BackupList Property

.NET Framework (current version)
 

Gets or sets a value that specifies a reference to a backup endpoints element.

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

public:
[ConfigurationPropertyAttribute("backupList", DefaultValue = null, 
	Options = ConfigurationPropertyOptions::None)]
property String^ BackupList {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A reference to a backup endpoints element.

.NET Framework
Available since 4.0
Return to top
Show: