Share via


PassWord Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the password.

Namespace:  Microsoft.SPOT.Net.Ftp
Assembly:  System.Ftp (in System.Ftp.dll)

Syntax

'Declaration
Public Property PassWord As String
public string PassWord { get; internal set; }
public:
property String^ PassWord {
    String^ get ();
    internal: void set (String^ value);
}
member PassWord : string with get, internal set
function get PassWord () : String
internal function set PassWord (value : String)

Property Value

Type: System. . :: . .String
The password.

.NET Framework Security

See Also

Reference

UserInfo Class

Microsoft.SPOT.Net.Ftp Namespace