ServerQue.NoEndurance Property

Furcadia Framework

ServerQueNoEndurance Property

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Is the connect `noendurance enabled?

Namespace:  Furcadia.Net.Utils
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public bool NoEndurance { get; set; }
Public Property NoEndurance As Boolean
	Get
	Set

Dim instance As ServerQue
Dim value As Boolean

value = instance.NoEndurance

instance.NoEndurance = value
public:
property bool NoEndurance {
	bool get ();
	void set (bool value);
}
member NoEndurance : bool with get, set

Property Value

Type: Boolean
See Also

Reference