Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberPropertyModel

    A simple representation of an Umbraco member property

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

    Properties

    View Source

    Alias

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

    Name

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

    Value

    Declaration
    [DataType(DataType.Text)]
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • Name
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX