DSQuery.HasStartPosition Property

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

Public ReadOnly Property HasStartPosition As Boolean
    Get

Dim instance As DSQuery
Dim value As Boolean

value = instance.HasStartPosition
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