System.Xml.Serialization.XmlSchemaProviderAttribute.IsAny Property

Gets or sets a value that determines whether the target class is a wildcard, or that the schema for the class has contains only an xs:any element.

Syntax

public bool IsAny { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The target class of the attribute can be any class. This can be achieved in the following ways:

  • The method named by the attribute can return null.

  • Set the value of this property to true to prevent the method from being called.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0