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

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IJoinNode Interface

Microsoft.VisualStudio.Uml.Activities Namespace