| 
            
              ClientOptionsCharacterShortName 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 the short name of the character.
            
 
    Namespace: 
   Furcadia.Net.Options
    Assembly:
   FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntaxpublic string CharacterShortName { get; }Public ReadOnly Property CharacterShortName As String
	Get
Dim instance As ClientOptions
Dim value As String
value = instance.CharacterShortName
public:
property String^ CharacterShortName {
	String^ get ();
}member CharacterShortName : string with get
Property Value
Type: 
String
            The short name of the character.
            
See Also