Share via


IJoinNode.IsCombineDuplicate Property

 

True if tokens carrying identical objects are merged by the Join. Default = true.

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

Syntax

bool IsCombineDuplicate { get; set; }
property bool IsCombineDuplicate {
    bool get();
    void set(bool value);
}
abstract IsCombineDuplicate : bool with get, set
Property IsCombineDuplicate As Boolean

Property Value

Type: System.Boolean

See Also

IJoinNode Interface
Microsoft.VisualStudio.Uml.Activities Namespace

Return to top