View Source
  Class KeyValue
  
  
  
  
    Inheritance
      System.Object
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    [DataContract(IsReference = true)]
public class KeyValue : EntityBase, IRememberBeingDirty, ICanBeDirty, IKeyValue, IEntity, IDeepCloneable
   
  Properties
  
  
    View Source
  
  Identifier
  
  
  Declaration
  
    public string Identifier { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Value
  
  
  Declaration
  
    public string Value { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Explicit Interface Implementations
  
  
    View Source
  
  IEntity.HasIdentity
  
  
  Declaration
  
    bool IEntity.HasIdentity { get; }
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |