Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUserData

    Namespace: Umbraco.Cms.Core.Models.Membership
    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
    Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    UserKey

    Declaration
    Guid UserKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Value

    Declaration
    string Value { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Group
      • Identifier
      • Key
      • UserKey
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX