ICustomizationTransitionRule Interface
Description
Represents a single transition rule. A transition rule allows a change in value from a given source value to a given destination value.
Public Properties
Public Property DestinationValueThe destination value of the transition rule, that is, the value after the change.
Public Property SourceValueThe source value of the transition rule, that is, the value before the change.
Public Property UpdatedIndicates if the object has been modified since last synchronized with server.
See Also