LimitFilter.Value Property
Gets or sets the value of this Limit filter.
Namespace: Microsoft.Office.BusinessData.Runtime
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public Property Value As UInteger
Get
Set
'Usage
Dim instance As LimitFilter
Dim value As UInteger
value = instance.Value
instance.Value = value
public uint Value { get; set; }
Property Value
Type: System.UInt32
The value of this Limit filter.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The filter type is not a numeric type. |
InvalidCastException | The value to set does not conform to the filter type. |
InvalidMetadataObjectException | The value to return is stored in a format that serializes to a String and cannot be parsed as a UInt32. |