Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
bool IsOrdered { get; set; }
property bool IsOrdered {
bool get();
void set(bool value);
}
abstract IsOrdered : bool with get, set
Property IsOrdered As Boolean
Property Value
Type: System.Boolean
See Also
IMultiplicityElement Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top