FTPBase.Password Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets or sets the password for UserName to use to access the FTP server.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property Password As String |
| C# |
|---|
public string Password { get; set; } |
| Visual C++ |
|---|
public: property String^ Password { String^ get (); void set (String^ value); } |