LimitFilter.Value Property
NOTE: This API is now obsolete.
Gets or sets the value of this Limit filter.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Property Value As UInteger
Get
Set
'Usage
Dim instance As LimitFilter
Dim value As UInteger
value = instance.Value
instance.Value = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public uint Value { get; set; }
Property Value
Type: System.UInt32
The value of this Limit filter.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace