OutputMessages.ToPropertyObject

Syntax

OutputMessages.ToPropertyObject( storeExecutionLocations)

Return Value

PropertyObject

Purpose

Returns a PropertyObject representation of the collection. You can use the PropertyObject to persist the collection.

Note The PropertyObject representation does not store the value of the UserData property for any Locations objects OutputMessages hold in the OutputMessages collection.

Parameters

storeExecutionLocations As Boolean

[In] To reduce the size of the PropertyObject , you can pass False to omit the values of the OutputMessage.ExecutionLocations property from the property object representation of the OutputMessages collection.

See Also

Locations

OutputMessage.ExecutionLocations

OutputMessages

OutputMessages.FromPropertyObject

PropertyObject