Name of the user the message originated from.

Namespace:  Bone.CallbackArgs
Assembly:  BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)

Syntax

C#
public string Origin { get; internal set; }
Visual Basic (Declaration)
Public Property Origin As String
Visual C++
public:
property String^ Origin {
	String^ get ();
	void set (String^ value);
}

See Also