 Declaration Syntax
 Declaration Syntax| C# | 
public class App
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | App()()()() | Initializes a new instance of the App class | 
|  | AppId | 
            Gets and sets the property AppId. 
             The app ID. | 
|  | AppSource | 
            Gets and sets the property AppSource. 
             
            A  | 
|  | Attributes | 
            Gets and sets the property Attributes. 
             The stack attributes. | 
|  | CreatedAt | 
            Gets and sets the property CreatedAt. 
             When the app was created. | 
|  | DataSources | 
            Gets and sets the property DataSources. 
             The app's data sources. | 
|  | Description | 
            Gets and sets the property Description. 
             A description of the app. | 
|  | Domains | 
            Gets and sets the property Domains. 
             
            The app vhost settings with multiple domains separated by commas. For example:  | 
|  | EnableSsl | 
            Gets and sets the property EnableSsl. 
             Whether to enable SSL for the app. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Name | 
            Gets and sets the property Name. 
             The app name. | 
|  | Shortname | 
            Gets and sets the property Shortname. 
             The app's short name. | 
|  | SslConfiguration | 
            Gets and sets the property SslConfiguration. 
             
            An  | 
|  | StackId | 
            Gets and sets the property StackId. 
             The app stack ID. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Type | 
            Gets and sets the property Type. 
             The app type. | 
|  | WithAppId(String) | Obsolete. 
            Sets the AppId property
             | 
|  | WithAppSource(Source) | Obsolete. 
            Sets the AppSource property
             | 
|  | WithAttributes(array<KeyValuePair<(Of <<'(String, String>)>>)>[]()[][]) | Obsolete. 
            Adds the KeyValuePairs to the Attributes dictionary.
             | 
|  | WithCreatedAt(String) | Obsolete. 
            Sets the CreatedAt property
             | 
|  | WithDataSources(array<DataSource>[]()[][]) | Obsolete. 
            Sets the DataSources property
             | 
|  | WithDataSources(IEnumerable<(Of <<'(DataSource>)>>)) | Obsolete. 
            Sets the DataSources property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithDomains(array<String>[]()[][]) | Obsolete. 
            Sets the Domains property
             | 
|  | WithDomains(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the Domains property
             | 
|  | WithEnableSsl(Boolean) | Obsolete. 
            Sets the EnableSsl property
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
|  | WithShortname(String) | Obsolete. 
            Sets the Shortname property
             | 
|  | WithSslConfiguration(SslConfiguration) | Obsolete. 
            Sets the SslConfiguration property
             | 
|  | WithStackId(String) | Obsolete. 
            Sets the StackId property
             | 
|  | WithType(String) | Obsolete. 
            Sets the Type property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | App | 
 Copy
Copy