Class NotificationPreference
  
  
  
  
    Inheritance
    System.Object
    NotificationPreference
   
  
  Assembly: EPiServer.dll
  Version: 12.0.3
  Syntax
  
    public class NotificationPreference : Object
   
  Constructors
  
  
  
  
  NotificationPreference()
  
  
  Declaration
  
    public NotificationPreference()
   
  Properties
  
  
  
  
  Address
  
  
  Declaration
  
    public string Address { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  ChannelName
  
  
  Declaration
  
    public string ChannelName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  ProviderName
  
  
  Declaration
  
    public string ProviderName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Extension Methods