GetResponseBody.GetSchema Method (XmlSchemaSet)

 

Adds the XML Schema for this object to the specified XmlSchemaSet object.

Namespace:   Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntax

public static XmlQualifiedName GetSchema(
    XmlSchemaSet schemaSet
)
public:
static XmlQualifiedName^ GetSchema(
    XmlSchemaSet^ schemaSet
)
static member GetSchema : 
        schemaSet:XmlSchemaSet -> XmlQualifiedName
Public Shared Function GetSchema (
    schemaSet As XmlSchemaSet
) As XmlQualifiedName

Parameters

Return Value

Type: System.Xml.XmlQualifiedName

An XmlQualifiedName object that represents the XML qualified name of the body element.

See Also

GetSchema Overload
GetResponseBody Class
Microsoft.ComplexEventProcessing.ManagementService Namespace

Return to top