TransportConfigurationTypeElement::Name Property

 

Gets or sets a name that uniquely identifies the transport type.

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

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

Property Value

Type: System::String^

The name that uniquely identifies the transport type.

.NET Framework
Available since 3.0
Return to top
Show: