Inventory View

Microsoft.SystemCenter.InventoryViewType (ViewType)

A view where the user can choose an object type by clicking the "Change target type..." in the Actions Pane. After choosing an object type, the view will display all objects of that type.

Element properties:

AccessibilityPublic
CommentInventory View

Source Code:

<ViewType ID="Microsoft.SystemCenter.InventoryViewType" Comment="Inventory View" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.ViewCriteriaSchema</SchemaType>
<SchemaType>Microsoft.SystemCenter.ViewPresentationSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Presentation" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ColumnInfo" type="ColumnInfoType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Target" type="xsd:string" minOccurs="0" maxOccurs="1"/>
</Configuration>
<ViewImplementation>
<Assembly>Microsoft.Mom.Ui.Components, Culture="", PublicKeyToken="31bf3856ad364e35", Version="6.0.4900.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.UI.InventoryView</Type>
</ViewImplementation>
</ViewType>