Container for the parameters to the DeleteApplication operation.
            Deletes the specified application along with all         associated versions
            and         configurations. The application versions will not be deleted from your
            Amazon S3 bucket.      
            
                  
|  Note: | 
|---|
| You cannot delete an application that has a running environment. | 
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteApplicationRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteApplicationRequest()()()() | Initializes a new instance of the DeleteApplicationRequest class | 
|  | ApplicationName | 
            Gets and sets the property ApplicationName. 
             The name of the application to delete. | 
|  | 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.) | 
|  | TerminateEnvByForce | 
            Gets and sets the property TerminateEnvByForce. 
             When set to true, running environments will be terminated before deleting the application. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithApplicationName(String) | Obsolete. 
            Sets the ApplicationName property
             | 
|  | WithTerminateEnvByForce(Boolean) | Obsolete. 
            Sets the TerminateEnvByForce property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteApplicationRequest | |