[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.PhasorValues.Company"]
public string Company { get; set; }
Public Property Company As String
Get
Set
public:
property String^ Company {
String^ get ();
void set (String^ value);
}
function get_Company();
function set_Company(value);