BaseServerInstruction.InstructionType Property

FFF3PP

BaseServerInstructionInstructionType Property

This stuff is still in the planning stages. Any questions or Comments are welcome.

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

Which Server to Client Instruction are we?

Namespace:  Furcadia.Net.Utils.ServerParser
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
[CLSCompliantAttribute(false)]
public ServerInstructionType InstructionType { get; set; }
<CLSCompliantAttribute(false)>
Public Property InstructionType As ServerInstructionType
	Get
	Set

Dim instance As BaseServerInstruction
Dim value As ServerInstructionType

value = instance.InstructionType

instance.InstructionType = value
public:
[CLSCompliantAttribute(false)]
property ServerInstructionType InstructionType {
	ServerInstructionType get ();
	void set (ServerInstructionType value);
}
[<CLSCompliantAttribute(false)>]
member InstructionType : ServerInstructionType with get, set

Property Value

Type: ServerInstructionType
See Also