ResponseMessageTypeMessageXml.Any Property

Definition

The Any property gets additional error information.

public:
 property cli::array <System::Xml::XmlElement ^> ^ Any { cli::array <System::Xml::XmlElement ^> ^ get(); void set(cli::array <System::Xml::XmlElement ^> ^ value); };
public System.Xml.XmlElement[] Any { get; set; }
Public Property Any As XmlElement()

Property Value

The Any property returns an array of XmlElement objects.

Remarks

This property is optional and is not included in all responses. It is included for error messages. In responses that involve folders or items, the MessageXml element will contain one or more elements that contain the URIs to the properties that caused the error.

Applies to