ManagedResult.Position Property
Gets or sets the position of the managed result. The semantics of this property is client-defined.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property Position As Short
Get
Set
'Usage
Dim instance As ManagedResult
Dim value As Short
value = instance.Position
instance.Position = value
short Position { get; set; }
Property Value
Type: System.Int16
The current value for the position of the managed content.
Remarks
The semantics of this property is entirely up to the client. Typical uses include presentation order in a GUI
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace