Share via


IMultiplicityElement.IsOrdered Property

For multiplicity > 1. True if the elements in the collection form a sequence with a definite order.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IMultiplicityElement Interface

Microsoft.VisualStudio.Uml.Classes Namespace