public static string AllowedHosts { get; set; }
public:
static property String^ AllowedHosts {
String^ get ();
void set (String^ value);
}
SuperBuilderWinService.Constants.get_AllowedHosts = function();
SuperBuilderWinService.Constants.set_AllowedHosts = function(value);