Freigeben über


IMultiplicityElement.IsUnique-Eigenschaft

Für Multiplizität > 1. TRUE, wenn alle Werte in der Auflistung sich von den anderen Werten unterscheiden. Standard = True.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IMultiplicityElement Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace