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

Gets the backpack.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static UOItem Backpack { get; }
Public Shared ReadOnly Property Backpack As UOItem
public:
static property UOItem^ Backpack {
	UOItem^ get ();
}

Field Value

The backpack.

See Also