View Source
Class UmbracoProperty
A simple representation of an Umbraco property
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class UmbracoProperty
Properties
View Source
Alias
Declaration
[Editable(false)]
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 |
|