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.24.8.1
Syntax public 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:
Int32See Also