SortingFilter.Value property
Namespace: Microsoft.SharePoint.BusinessData.Runtime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Value As Object
Get
Set
'Usage
Dim instance As SortingFilter
Dim value As Object
value = instance.Value
instance.Value = value
public Object Value { get; set; }
Property value
Type: System.Object