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