ParseServerArgs.ServerInstruction Property

Furcadia Framework

ParseServerArgsServerInstruction 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.]

Server to Client Instruction Type

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

public ServerInstructionType ServerInstruction { get; set; }
Public Property ServerInstruction As ServerInstructionType
	Get
	Set

Dim instance As ParseServerArgs
Dim value As ServerInstructionType

value = instance.ServerInstruction

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

Property Value

Type: ServerInstructionType
See Also

Reference