Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberExportProperty

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Membership
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberExportProperty

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    CreateDate

    Declaration
    public DateTime? CreateDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    View Source

    Id

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    UpdateDate

    Declaration
    public DateTime? UpdateDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    View Source

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • CreateDate
      • Id
      • Name
      • UpdateDate
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX