Compartilhar via


LimitFilter.ValueCount Property

Gets the value of the Limit filter. The value of this property is always 1.

Namespace:  Microsoft.Office.BusinessData.Runtime
Assembly:  Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ValueCount As Integer
    Get
'Usage
Dim instance As LimitFilter
Dim value As Integer

value = instance.ValueCount
public override int ValueCount { get; }

Property Value

Type: System.Int32
The value of the Limit filter. The value of this property is always 1.

Implements

IUserInputFilter.ValueCount

See Also

Reference

LimitFilter Class

LimitFilter Members

Microsoft.Office.BusinessData.Runtime Namespace