Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Property Transformation As IBehavior
Get
Set
IBehavior Transformation { get; set; }
property IBehavior^ Transformation {
IBehavior^ get ();
void set (IBehavior^ value);
}
abstract Transformation : IBehavior with get, set
function get Transformation () : IBehavior
function set Transformation (value : IBehavior)
Property Value
Type: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.