XmlMemberMapping.Any Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the .NET Framework type maps to an XML element or attribute of any type.

Namespace:  System.Xml.Serialization
Assembly:  System.Xml.Serialization (in System.Xml.Serialization.dll)

Syntax

'Declaration
Public ReadOnly Property Any As Boolean
public bool Any { get; }

Property Value

Type: System.Boolean
true , if the type maps to an XML any element or attribute; otherwise, false.

Remarks

A true value for the Any property corresponds to the <any> element declaration and the anyAttribute attribute declaration in an XML Schema document.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.