BackupEndpointCollection::Name Property

.NET Framework (current version)
 

Gets or sets the name used to identify this collection of elements in the configuration file.

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

public:
[ConfigurationPropertyAttribute("name", DefaultValue = null, 
	Options = ConfigurationPropertyOptions::None | ConfigurationPropertyOptions::IsRequired | ConfigurationPropertyOptions::IsKey)]
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the collection.

.NET Framework
Available since 4.0
Return to top
Show: