PowerTCP FTP for .NET
GetSchema Method (FtpSession)



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
Public Function GetSchema() As XmlSchema
Dim instance As FtpSession
Dim value As XmlSchema
 
value = instance.GetSchema()
public XmlSchema GetSchema()
public:
XmlSchema^ GetSchema(); 
See Also

Reference

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


PowerTCP FTP for .NET Documentation Version 6.0
© 2021 Dart Communications. All Rights Reserved.
Send comments on this topic