| 
            
              ClientOptionsAccount Property 
             | 
          
        
        This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
            Optional Account E-Mail
            
 
    Namespace: 
   Furcadia.Net.Options
    Assembly:
   FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntaxpublic string Account { get; set; }Public Property Account As String
	Get
	Set
Dim instance As ClientOptions
Dim value As String
value = instance.Account
instance.Account = value
public:
property String^ Account {
	String^ get ();
	void set (String^ value);
}member Account : string with get, set
Property Value
Type: 
String
See Also