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
- 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.