DSQuery.ResultPrefix Property
NOTE: This API is now obsolete.
Gets or sets a prefix for the result namespace.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property ResultPrefix As String
Get
Set
'Usage
Dim instance As DSQuery
Dim value As String
value = instance.ResultPrefix
instance.ResultPrefix = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public string ResultPrefix { get; set; }
Property Value
Type: System.String
A string that contains the prefix.
Remarks
The ResultPrefix property is used in conjunction with the ResultNamespace property and should only be set if this property is also set.