System.PropertyBagData
System Center
Updated: May 18, 2012
Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager
Defines the property bag data type structure for all property bag data items that are passed within a workflow.
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>
Show: