PowerTCP SSH and SFTP for .NET
GetSchema Method (Connection)




This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
Syntax
'Declaration
 
Public Function GetSchema() As XmlSchema
'Usage
 
Dim instance As Connection
Dim value As XmlSchema
 
value = instance.GetSchema()
public XmlSchema GetSchema()
public: XmlSchema* GetSchema(); 
public:
XmlSchema^ GetSchema(); 
See Also

Reference

Connection Class
Connection Members
System.Xml.Serialization.IXmlSerializable.GetSchema


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic