LimitFilter.Value Property
Gets or sets the value of the Limit filter.
Namespace: Microsoft.SharePoint.BusinessData.Runtime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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 the Limit filter.
Remarks
When this parameter is used as a setter, if the value that comes in does not conform to what is expected, it throws one of the following exceptions:
ArgumentException
InvalidOperationException
InvalidCastException
The method also throws an InvalidMetadataObjectException exception if you try to convert the representation of the Limit filter from a string into a uint and fail.