Describes an event.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class EventDescription
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | EventDescription()()()() | Initializes a new instance of the EventDescription class | 
|  | ApplicationName | 
            Gets and sets the property ApplicationName. 
             The application associated with the event. | 
|  | EnvironmentName | 
            Gets and sets the property EnvironmentName. 
             The name of the environment associated with this event. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | EventDate | 
            Gets and sets the property EventDate. 
             The date when the event occurred. | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Message | 
            Gets and sets the property Message. 
             The event message. | 
|  | RequestId | 
            Gets and sets the property RequestId. 
             The web service request ID for the activity of this event. | 
|  | Severity | 
            Gets and sets the property Severity. 
             The severity level of this event. | 
|  | TemplateName | 
            Gets and sets the property TemplateName. 
             The name of the configuration associated with this event. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VersionLabel | 
            Gets and sets the property VersionLabel. 
             The release label for the application version associated with this event. | 
|  | WithApplicationName(String) | Obsolete. 
            Sets the ApplicationName property
             | 
|  | WithEnvironmentName(String) | Obsolete. 
            Sets the EnvironmentName property
             | 
|  | WithEventDate(DateTime) | Obsolete. 
            Sets the EventDate property
             | 
|  | WithMessage(String) | Obsolete. 
            Sets the Message property
             | 
|  | WithRequestId(String) | Obsolete. 
            Sets the RequestId property
             | 
|  | WithSeverity(String) | Obsolete. 
            Sets the Severity property
             | 
|  | WithTemplateName(String) | Obsolete. 
            Sets the TemplateName property
             | 
|  | WithVersionLabel(String) | Obsolete. 
            Sets the VersionLabel property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | EventDescription |