Class MemberPropertyModel
A simple representation of an Umbraco member property
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class MemberPropertyModel
Properties
View SourceAlias
Declaration
[Required]
public string Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Declaration
[DataType(DataType.Text)]
public string? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |