Reference Library
Servers Property
NamespacesAsgard5.BnetServerResolverServers
A list of battle.net servers and the suffixes that reside at the end of usernames. You can either load them by calling init(), adding servers to this list manually or a combination of both.
Declaration Syntax
C#Visual BasicVisual C++
public static List<ServerItem> Servers { get; set; }
Public Shared Property Servers As List(Of ServerItem)
	Get
	Set
public:
static property List<ServerItem^>^ Servers {
	List<ServerItem^>^ get ();
	void set (List<ServerItem^>^ value);
}

Assembly: Asgard5Library (Module: Asgard5Library)