Show / Hide Table of Contents

Class AppEnvironment

Inheritance
System.Object
AppEnvironment
Namespace: LymeTemplateApi.Models.AppConfig
Assembly: LymeTemplateApi.Models.dll
Syntax
public class AppEnvironment : object

Properties

Api

Declaration
public string Api { get; set; }
Property Value
Type Description
System.String

BootstrapLabelCss

Declaration
public string BootstrapLabelCss { get; set; }
Property Value
Type Description
System.String

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX