[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the property name/value pair for the class type or type projection to which the object template may be applied.

Schema Hierarchy

ManagementPack
  Templates
    Templates
      Property (ObjectTemplate)

Syntax

Xml
<Property Path=”PropertyName”> PropertyValue</Property>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the Property element.

Attributes

Attribute Description

Path

Required attribute. Represents the property name to which the default value is to be applied.

Child Elements

None.

Parent Elements

Element Description

Templates

Represents an object template definition in a management pack

Remarks

The Property element in an object template represents a default property value to either instances of type projections or class types. The property values can either be expressed in hard-coded text, or they may refer to an EnumerationValue defined in either the current or an external management pack.

The Path attribute for the Property element uses Variable Notation to direct the system to the root class type in the relationship hierarchy. For information on how to use $Target/Property, see $Target. For a full example, see Templates.

See Also

Reference

Templates