LanguageSpecificStringType.GetSchemaType Method

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ServiceBus.Subscriptions.WSEventing2006
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)

Usage

    Dim schemaSet As XmlSchemaSet
Dim returnValue As XmlQualifiedName

returnValue = LanguageSpecificStringType.GetSchemaType(schemaSet)

Syntax

'Declaration
Public Shared Function GetSchemaType ( _
    schemaSet As XmlSchemaSet _
) As XmlQualifiedName
public static XmlQualifiedName GetSchemaType (
    XmlSchemaSet schemaSet
)
public:
static XmlQualifiedName^ GetSchemaType (
    XmlSchemaSet^ schemaSet
)
public static XmlQualifiedName GetSchemaType (
    XmlSchemaSet schemaSet
)
public static function GetSchemaType (
    schemaSet : XmlSchemaSet
) : XmlQualifiedName

Parameters

  • schemaSet
     

Return Value

Returns XmlQualifiedName .

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

LanguageSpecificStringType Class
LanguageSpecificStringType Members
Microsoft.ServiceBus.Subscriptions.WSEventing2006 Namespace