Contains the results of a successful invocation of the DescribeEventCategories action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class EventCategoriesMap
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | EventCategoriesMap()()()() | Initializes a new instance of the EventCategoriesMap class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | EventCategories | 
            The event categories for the specified source type
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | SourceType | 
            The source type that the returned categories belong to
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithEventCategories(array<String>[]()[][]) | Obsolete. 
            Adds elements to the EventCategories collection
             | 
|  | WithEventCategories(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the EventCategories collection
             | 
|  | WithSourceType(String) | Obsolete. 
            Sets the SourceType property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | EventCategoriesMap |