PullSubscription.SecureFtpPassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the secured password for the login used to connect to the FTP server.
public:
property System::Security::SecureString ^ SecureFtpPassword { System::Security::SecureString ^ get(); void set(System::Security::SecureString ^ value); };
public System.Security.SecureString SecureFtpPassword { get; set; }
member this.SecureFtpPassword : System.Security.SecureString with get, set
Public Property SecureFtpPassword As SecureString
Property Value
A SecureString object.