|
NetConnectionBanishList 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.DirectConnection
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public List<string> BanishList { get; }
Public ReadOnly Property BanishList As List(Of String)
Get
Dim instance As NetConnection
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