Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULFileTransfer class

AuthenticationParms property Next Page

DestinationFileName property


Specifies the local file name for the downloaded file.

Syntax

Visual Basic

Public Property DestinationFileName As String

C#

public string DestinationFileName { get; set; }

Property value

A string specifying the local file name for the downloaded file. If the value is a null reference (Nothing in Visual Basic), FileName is used. The default is a null reference (Nothing in Visual Basic).

See also