IMultiplicityElement.LowerValue Property

 

Gets the minimum number of elements allowed. Must be at least 0, and must not be *.

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

Syntax

IValueSpecification LowerValue { get; }
property IValueSpecification^ LowerValue {
    IValueSpecification^ get();
}
abstract LowerValue : IValueSpecification with get
ReadOnly Property LowerValue As IValueSpecification

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IValueSpecification

See Also

IMultiplicityElement Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top