SerializableTokenWrapper.GetSchema Method
Return the Xml schema associated with this class.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Public Class SomeType1
Inherits SecurityToken
End Class
Dim returnValue As XmlSchema
Dim serializableTokenWrapper1 As SerializableTokenWrapper(Of SomeType1)
returnValue = serializableTokenWrapper1.GetSchema()
Syntax
'Declaration
Public Function GetSchema() As XmlSchema
public XmlSchema GetSchema();
public:
virtual XmlSchema^ arbitrary-name();
public XmlSchema GetSchema();
JScript does not support Generics.
Return Value
The Xml schema or returns null as there is no XML Schema associated with this class
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 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SerializableTokenWrapper Class
SerializableTokenWrapper Members
Microsoft.Web.Services3.Security Namespace