System.PropertyBagData

Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007

Defines the property bag data type structure for all property bag data items that are passed within a workflow.

Remarks

System.PropertyBagData has the following structure:

<DataItem type="System.PropertyBagData" time="2008-03-11T03:08:55.0343534-08:00" sourceHealthServiceId="0A0800A0-A802-E90B-6045-D961D516CA78">
  <ConversionType></ConversionType>
  <Property Name="someIndex"></Property>
  <Property Name="someOtherIndex"></Property>
  <Collection Name="SomeCollectionIndex">
    <Property Name="someIndex"></P
roperty>
    <Property Name="someOtherIndex"></Property>
  </Collection>
</DataItem>

See Also

Reference

System.BaseData