<CustomProp> element

<CustomProp> element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Contains a custom property value.

Syntax

  <CustomProp
      [Name = "name"]
      [PropType = "proptype"]>
  </CustomProp

Attributes

Name

Optional string. The name of the custom property.

PropType

Optional string. The data type of the custom property.

Element information

Parent elements:

CustomProps

Child elements:

None

Remarks

Valid data types for the CustomProps element are: string, boolean, date, and number.