ExtensionElement::Type Property

 

Gets or sets the type of this configuration element.

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

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

Property Value

Type: System::String^

The type of this configuration element.

.NET Framework
Available since 3.0
Return to top
Show: