Class CommonOptions
Common options for the application.
public sealed class CommonOptions
- Inheritance
-
CommonOptions
- Inherited Members
Properties
ApplicationAuthor
The author of the application.
public string ApplicationAuthor { get; set; }
Property Value
ApplicationDescription
The description of the application.
public string ApplicationDescription { get; set; }
Property Value
ApplicationInsightsEndpoint
The instrumentation key for Application Insights (OTel exporter).
public string ApplicationInsightsEndpoint { get; set; }
Property Value
ApplicationName
The name of the application.
public string ApplicationName { get; set; }
Property Value
ApplicationVersion
The version of the application.
public string ApplicationVersion { get; set; }
Property Value
TermsAndConditions
The terms and conditions of the application.
public string TermsAndConditions { get; set; }