FileCommunicatorFileName Property

Currently used file name located in directory. It contains no path. This property is used only to download file using WaitForFile method.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public string FileName { get; set; }

Property Value

String

See Also