ProxySession.BanishList Property

FFF3PP

ProxySessionBanishList Property

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

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

Gets the banish list.

Namespace:  Furcadia.Net.Proxy
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public List<string> BanishList { get; }
Public ReadOnly Property BanishList As List(Of String)
	Get

Dim instance As ProxySession
Dim value As List(Of String)

value = instance.BanishList
public:
property List<String^>^ BanishList {
	List<String^>^ get ();
}
member BanishList : List<string> with get

Property Value

Type: ListString
The banish list.
See Also