View Source
  Interface IUserData
  
  
  
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public interface IUserData
   
  Properties
  
  
    View Source
  
  Group
  
  
  Declaration
  
    string Group { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Identifier
  
  
  Declaration
  
    string Identifier { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Key
  
  
  Declaration
  
  Property Value
  
  
    View Source
  
  UserKey
  
  
  Declaration
  
    Guid UserKey { get; set; }
   
  Property Value
  
  
    View Source
  
  Value
  
  
  Declaration
  
    string Value { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |