Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberExportProperty

    Represents a property for member export data.

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

    Constructors

    View Source

    MemberExportProperty()

    Declaration
    public MemberExportProperty()

    Properties

    View Source

    Alias

    Gets or sets the alias of the property.

    Declaration
    public string? Alias { get; set; }
    Property Value
    Type Description
    string
    View Source

    CreateDate

    Gets or sets the date and time when the property was created.

    Declaration
    public DateTime? CreateDate { get; set; }
    Property Value
    Type Description
    DateTime?
    View Source

    Id

    Gets or sets the unique identifier for the property.

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

    Name

    Gets or sets the name of the property.

    Declaration
    public string? Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    UpdateDate

    Gets or sets the date and time when the property was last updated.

    Declaration
    public DateTime? UpdateDate { get; set; }
    Property Value
    Type Description
    DateTime?
    View Source

    Value

    Gets or sets the value of the property.

    Declaration
    public object? Value { get; set; }
    Property Value
    Type Description
    object
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX