IObjectNode.Ordering Property
Specifies the ordering in which tokens will be processed. For example if FIFO, tokens will be output in the order that they arrive.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property Ordering As ObjectNodeOrderingKind
ObjectNodeOrderingKind Ordering { get; set; }
property ObjectNodeOrderingKind Ordering {
ObjectNodeOrderingKind get ();
void set (ObjectNodeOrderingKind value);
}
abstract Ordering : ObjectNodeOrderingKind with get, set
function get Ordering () : ObjectNodeOrderingKind
function set Ordering (value : ObjectNodeOrderingKind)
Property Value
Type: Microsoft.VisualStudio.Uml.Activities.ObjectNodeOrderingKind
.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.