IsType Element

Defines a rule condition based on whether a source is a given type.

Syntax

<IsType
    Source="ObjectPath element"
    Type="Type object"
/>

Attributes

Source

An object path in the form [ObjectName.Member] that indicates the source of the condition.

Type

Type object to check against. For more information, see Type Classon the MSDN web site.

Requirements

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also