Click or drag to resize

aceServerUserALCItem Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the aceServerUser with the specified username.

Namespace:  imbACE.Network.internet.config
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public aceServerUser this[
	string username
] { get; }
Request Example View Source

Parameters

username
Type: SystemString
The username.

Property Value

Type: aceServerUser
The aceServerUser.

Return Value

Type: aceServerUser
See Also