Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IProfile

    Defines the User Profile interface

    Namespace: Umbraco.Cms.Core.Models.Membership
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IProfile

    Properties

    View Source

    Id

    Declaration
    int Id { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Name

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