TypeElement::Type Property

 

Gets or sets the name of the type.

Namespace:   System.Runtime.Serialization.Configuration
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

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

Property Value

Type: System::String^

The name of the type.

.NET Framework
Available since 3.0
Return to top
Show: