IObjectFlow.Transformation Property

 

If defined, this Behavior can change or replace objects passing through the flow.

Namespace:   Microsoft.VisualStudio.Uml.Activities
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IBehavior Transformation { get; set; }
property IBehavior^ Transformation {
    IBehavior^ get();
    void set(IBehavior^ value);
}
abstract Transformation : IBehavior with get, set
Property Transformation As IBehavior

Property Value

Type: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior

See Also

IObjectFlow Interface
Microsoft.VisualStudio.Uml.Activities Namespace

Return to top