In This Topic
Gets or sets the id of the layout applied
Syntax
'Declaration
<JsonAttribute(True,
1,
"layout")>
<JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)>
Public Property LayoutId As String
[Json(true,
1,
"layout")]
[JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
public string LayoutId {get; set;}
See Also