Click or drag to resize

BatchJobPropertyInfo Properties

The BatchJobPropertyInfo type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
The property display name. This information is provided for presentation purpose only and is not required for property updates.
Public propertyIsValueAssigned
Indicates whether the property has an actual value assigned or the default value has been retrieved. On update set this parameter to false in order to remove the property value.
Public propertyName
The property name.
Public propertyValue
The property value. Number and date values are serialized according to XML serialization standard.
Public propertyValueType
The property value type.
Top
See Also