DelegatingHandlerElement::Type Property

.NET Framework (current version)
 

Gets or sets the type of the handler element.

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

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

Property Value

Type: System::String^

.NET Framework
Available since 4.5
Return to top
Show: