Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeReferences.ContentTypeReferences.PropertyTypeReferences

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "property", Namespace = "")]
    public class PropertyTypeReferences

    Properties

    View Source

    Alias

    Declaration
    [DataMember(Name = "alias")]
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Name

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