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.
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
Get
ILiteralInteger UpperBound { get; }
property ILiteralInteger^ UpperBound {
ILiteralInteger^ get ();
}
abstract UpperBound : ILiteralInteger
function get UpperBound () : ILiteralInteger
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.ILiteralInteger
.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.