This data type is used as a response element in the DescribeEvents action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class Event
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Event()()()() | Initializes a new instance of the Event class | 
|  | Date | 
            Specifies the date and time of the event.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | EventCategories | 
            Specifies the category for the event.
             
             | 
|  | 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 | 
            Provides the text of this event.
             
             | 
|  | SourceIdentifier | 
            Provides the identifier for the source of the event.
             
             | 
|  | SourceType | 
            Specifies the source type for this event.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDate(DateTime) | Obsolete. 
            Sets the Date property
             | 
|  | WithEventCategories(array<String>[]()[][]) | Obsolete. 
            Adds elements to the EventCategories collection
             | 
|  | WithEventCategories(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the EventCategories collection
             | 
|  | WithMessage(String) | Obsolete. 
            Sets the Message property
             | 
|  | WithSourceIdentifier(String) | Obsolete. 
            Sets the SourceIdentifier property
             | 
|  | WithSourceType(String) | Obsolete. 
            Sets the SourceType property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Event |