Click or drag to resize

ControllerAlias Property

The alias used to connect to this controller. The alias is set by adding a AliasAttribute to your controller classes

Namespace:  Crosser.Common.Server
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
[HiddenAttribute]
public string Alias { get; set; }

Property Value

Type: String

Implements

IControllerAlias
See Also