Propriedade IJoinNode.IsCombineDuplicate

True se tokens contendo objetos idênticos serão mescladas por associação. Padrão = true.

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

Sintaxe

'Declaração
Property IsCombineDuplicate As Boolean
    Get
    Set
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IJoinNode Interface

Namespace Microsoft.VisualStudio.Uml.Activities