TypeDescriptor.IsSortInput property
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsSortInput As Boolean
Get
Set
'Usage
Dim instance As TypeDescriptor
Dim value As Boolean
value = instance.IsSortInput
instance.IsSortInput = value
public bool IsSortInput { get; set; }
Property value
Type: System.Boolean