Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets an XML representation of an object.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public XmlSchema GetSchema()
 
public:
virtual XmlSchema^ GetSchema() sealed
 
abstract GetSchema : unit -> XmlSchema
override GetSchema : unit -> XmlSchema
 
Public Function GetSchema As XmlSchema

Return Value

Type: System.Xml.Schema.XmlSchemaSystem.Xml.Schema::XmlSchema^System.Xml.Schema.XmlSchemaSystem.Xml.Schema.XmlSchema

An XmlSchema that describes the XML representation of the object that is produced by the WriteXml method and consumed by the ReadXml method.

Return to top