Class PropertyValueModel
Represents a property value model for content editing operations.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class PropertyValueModel
Constructors
View SourcePropertyValueModel()
Declaration
public PropertyValueModel()
Properties
View SourceAlias
Gets or sets the property type alias.
Declaration
public required string Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Culture
Gets or sets the culture code for this property value, or null for invariant properties.
Declaration
public string? Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Segment
Gets or sets the segment identifier for this property value, or null for non-segmented properties.
Declaration
public string? Segment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Gets or sets the property value.
Declaration
public required object? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |