wManager.Wow.Helpers Namespace
WRobot

OffMeshConnection..::..ContinentId Property

Get or set the continent id (-1 to use on all continents).

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public int ContinentId { get; set; }
Public Property ContinentId As Integer
	Get
	Set
public:
property int^ ContinentId {
	int^ get ();
	void set (int^ value);
}