Gets or sets a value indicating whether to use a passive or active connection on the FTP server.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property UsePassive As Boolean |
| C# |
|---|
public bool UsePassive { get; set; } |
| Visual C++ |
|---|
public:
property bool UsePassive {
bool get ();
void set (bool value);
} |
Property Value
true (True in Visual Basic) if this step initiates a connection on the FTP data port.
false (False in Visual Basic) if this step listens for a connection on the FTP server.