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
ILiteralInteger UpperBound { get; }
property ILiteralInteger^ UpperBound {
ILiteralInteger^ get();
}
abstract UpperBound : ILiteralInteger with get
ReadOnly Property UpperBound As ILiteralInteger
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.ILiteralInteger
See Also
IObjectNode Interface
Microsoft.VisualStudio.Uml.Activities Namespace
Return to top