Share via


IObjectNode.UpperBound Property

The maximum number of tokens allowed in the node. '*' means there is no limit. Objects cannot flow into the node if the upper bound is reached.

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

Syntax

'Declaration
ReadOnly Property UpperBound As ILiteralInteger
ILiteralInteger UpperBound { get; }
property ILiteralInteger^ UpperBound {
    ILiteralInteger^ get ();
}
abstract UpperBound : ILiteralInteger with get
function get UpperBound () : ILiteralInteger

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.ILiteralInteger

.NET Framework Security

See Also

Reference

IObjectNode Interface

Microsoft.VisualStudio.Uml.Activities Namespace