Class PropertyValueModel
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class PropertyValueModel
Properties
View SourceAlias
Declaration
public required string Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Culture
Declaration
public string? Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Segment
Declaration
public string? Segment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Declaration
public required object? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |