LastPropagationReport Property
Description
The XML document containing the data of the last propagation performed on the project.
Property type
Read-only property
Syntax
Visual Basic
Public Property LastPropagationReport As String
Return Type

The propagation report XML string.

If no propagation has been performed yet, returns an empty string.

Remarks

 Call Refresh before accessing the property.

See Also