View Source
  Class UmbracoOptionsAttribute
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class UmbracoOptionsAttribute : Attribute
   
  Constructors
  
  
    View Source
  
  UmbracoOptionsAttribute(String)
  
  
  Declaration
  
    public UmbracoOptionsAttribute(string configurationKey)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | configurationKey |  | 
    
  
  Properties
  
  
    View Source
  
  BindNonPublicProperties
  
  
  Declaration
  
    public bool BindNonPublicProperties { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  ConfigurationKey
  
  
  Declaration
  
    public string ConfigurationKey { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |