|
ReportingProcessBaseCompany Property
|
Gets or sets the name of the company to be displayed on reports.
Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxpublic string Company { get; set; }
Public Property Company As String
Get
Set
public:
virtual property String^ Company {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Company : string with get, set
override Company : string with get, set
function get_Company();
function set_Company(value);
View SourceProperty Value
StringImplements
IReportingProcessCompany
See Also