Share via


Property (ObjectTemplate)

Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager

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
    ObjectTemplate
      Property

Syntax

<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

ObjectTemplate

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 ObjectTemplate.

See Also

Reference

ObjectTemplate