C1.Web.Mvc Namespace / DashboardLayout Class / LayoutId Property

In This Topic
LayoutId Property
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
 
See Also