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