Furcadia Framework For Third Party Programs
AccountInfoPassword Property |
[This is preliminary documentation and is subject to change.]
Account Password
Namespace: Furcadia.Net.Account
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public string Password { get; set; }
Public Property Password As String Get Set Dim instance As AccountInfo Dim value As String value = instance.Password instance.Password = value
public: property String^ Password { String^ get (); void set (String^ value); }
member Password : string with get, set
Property Value
Type: StringSee Also