ExchangePlanObject.<Exchange plan name>.Modified
Syntax:
Returned value:
True indicates the object was changed; otherwise it is False.
Description:
Availability:
Note:
Example:
If Object.Modified() Then Object.Write(); EndIf; |
Syntax:
Returned value:
Description:
Availability:
Note:
Example:
If Object.Modified() Then Object.Write(); EndIf; |