IOperation.IsOrdered Property
For a return type with multiplicity > 1. True if the returned collection forms a sequence with a definite ordering.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property IsOrdered As Boolean
bool IsOrdered { get; }
property bool IsOrdered {
bool get ();
}
abstract IsOrdered : bool with get
function get IsOrdered () : 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.