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