DSQuery.HasStartPosition Property

NOTE: This API is now obsolete.

Gets a Boolean value that indicates whether the StartPosition property has been set.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public ReadOnly Property HasStartPosition As Boolean
    Get
'Usage
Dim instance As DSQuery
Dim value As Boolean

value = instance.HasStartPosition
[ObsoleteAttribute("Use the Lists web service instead.")]
public bool HasStartPosition { get; }

Property Value

Type: System.Boolean
true if the StartPosition property has been set; otherwise, false.

See Also

Reference

DSQuery Class

DSQuery Members

Microsoft.SharePoint.Dsp Namespace