Describes the properties of an application version.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ApplicationVersionDescription
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ApplicationVersionDescription()()()() | Initializes a new instance of the ApplicationVersionDescription class | 
|  | ApplicationName | 
            Gets and sets the property ApplicationName. 
             The name of the application associated with this release. | 
|  | DateCreated | 
            Gets and sets the property DateCreated. 
             The creation date of the application version. | 
|  | DateUpdated | 
            Gets and sets the property DateUpdated. 
             The last modified date of the application version. | 
|  | Description | 
            Gets and sets the property Description. 
             The description of this application version. | 
|  | 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.) | 
|  | SourceBundle | 
            Gets and sets the property SourceBundle. 
             The location where the source bundle is located for this version. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VersionLabel | 
            Gets and sets the property VersionLabel. 
             A label uniquely identifying the version for the associated application. | 
|  | WithApplicationName(String) | Obsolete. 
            Sets the ApplicationName property
             | 
|  | WithDateCreated(DateTime) | Obsolete. 
            Sets the DateCreated property
             | 
|  | WithDateUpdated(DateTime) | Obsolete. 
            Sets the DateUpdated property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithSourceBundle(S3Location) | Obsolete. 
            Sets the SourceBundle property
             | 
|  | WithVersionLabel(String) | Obsolete. 
            Sets the VersionLabel property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ApplicationVersionDescription |