Servidor.Lista Property

Chatu Queens

ServidorLista Property

Lista de clientes actualmente conectados al servidor.

Namespace:  ChatuServer
Assembly:  ChatuServer (in ChatuServer.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
private List<Cliente> Lista { get; set; }
Private Property Lista As List(Of Cliente)
	Get
	Set
private:
property List<Cliente^>^ Lista {
	List<Cliente^>^ get ();
	void set (List<Cliente^>^ value);
}
private member Lista : List<Cliente> with get, set

Property Value

Type: ListCliente
See Also