The ListenerDescription data type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListenerDescription
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListenerDescription()()()() | 
            Default constructor for a new ListenerDescription object.  Callers should use the
            properties or fluent setter (With...) methods to initialize this object after creating it.
             | 
|  | 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.) | 
|  | Listener | 
            The Listener data type.
             
             | 
|  | PolicyNames | 
            A list of policies enabled for this listener. An empty list indicates that no policies are enabled.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithListener(Listener) | Obsolete. 
            Sets the Listener property
             | 
|  | WithPolicyNames(array<String>[]()[][]) | Obsolete. 
            Adds elements to the PolicyNames collection
             | 
|  | WithPolicyNames(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the PolicyNames collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListenerDescription |