DMUReview (Object)

Represents a DMU Review.

Properties


Property Activation() As
Returns or sets the activation.
Returns:
The activation
  • 0: the DMU Review is inactivated.
  • 1: the DMU Review is activated.
Example:
    This example retrieves the activation of the oDMUReview DMU Review and activates it.
    
    Activation = oDMUReview.Activation
    oDMUReview.Activation = 1
    
Property DMUReviews() As (Read Only)
Returns the DMUReviews Collection associated with the DMUReview (children).
Example:
    This example retrieves the cDMUReviews collection
    from the oDMUReview DMU Review.
    
    Set cDMUReviews = oDMUReview.DMUReviews(9)