| SchemaElementDefinitionMinValues Property |
Gets the minimum number of occurrences of this item. This value is
always >= 0.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.21.0.1
Syntaxpublic abstract int MinValues { get; }Public MustOverride ReadOnly Property MinValues As Integer
Get
public:
virtual property int MinValues {
int get () abstract;
}abstract MinValues : int with get
Property Value
Type:
Int32
See Also