Password Property
The password associated with User .
Syntax
[VB.NET] Public Property Password As String
[C#] public string Password {get; set;}
Remarks
This property needs to be set to the password that the RemoteHost has associated with the User. This property is needed only if the Protocol used is REXEC.
Default Value
""