Navigation: Implementing the ServerMacro Class > ServerMacro Members > Registration Properties
name
Override the name property to return the name that will be listed to the client.
public override string name
{
get
return "NiceLogon";
}