Microsoft.SystemCenter.HTMLDashboardViewType (ViewType)

Element properties:

AccessibilityPublic
CommentHTML5 Dashboard View

Source Code:

<ViewType ID="Microsoft.SystemCenter.HTMLDashboardViewType" Comment="HTML5 Dashboard View" Accessibility="Public">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DashboardConfiguration" minOccurs="1" maxOccurs="1">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Configuration" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="Type" minOccurs="1" maxOccurs="1" type="xsd:string"/>
<xsd:element name="Widgets" minOccurs="1" maxOccurs="1">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Widget" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</Configuration>
<ViewImplementation>
<Assembly>NotUsed</Assembly>
<Type>NotUsed</Type>
</ViewImplementation>
</ViewType>