| 
            
              IniParserOptions 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 options.
            
 
    Namespace: 
   Furcadia.Net.DirectConnection
    Assembly:
   FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntaxpublic ClientOptions Options { get; set; }Public Property Options As ClientOptions
	Get
	Set
Dim instance As IniParser
Dim value As ClientOptions
value = instance.Options
instance.Options = value
public:
property ClientOptions^ Options {
	ClientOptions^ get ();
	void set (ClientOptions^ value);
}member Options : ClientOptions with get, set
Property Value
Type: 
ClientOptions
            The options.
            
See Also