XmlTextAttribute.Type Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the type of the member.
Assembly: System.Xml (in System.Xml.dll)
The Type property can be set only to primitive types and enumerations.
You can apply the XmlTextAttribute to a field or property that returns an array of strings. You can also apply the attribute to an array of type Object, but you must set the Type property to string. In that case, any strings inserted into the array are serialized as XML text.