ResponseMessageTypeMessageXml.Any Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.