Catalyst File Transfer .NET

FileTransfer.Version Property

Gets a value which returns the current version of the FileTransfer class library.

[Visual Basic]
Public ReadOnly Property Version As String
[C#]
public string Version {get;}

Property Value

A string which specifies the version of the class library.

Remarks

The Version property returns a string which identifies the current version and build of the FileTransfer class library. This value can be used by an application for validation and debugging purposes.

See Also

FileTransfer Class | SocketTools Namespace