Condividi tramite


DSQuery.ResultRow Property

NOTE: This API is now obsolete.

Gets or sets a row element name for the XML payload.

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

Syntax

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

value = instance.ResultRow

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

Property Value

Type: System.String
A string that specifies the row element name.

Remarks

The ResultRow property allows the client to specify a custom row element name for the XML payload. The default name is defined by each adapter and is usually the name of the table being queried with _Row appended. Setting this attribute to a non-empty string overwrites the default row element name.

See Also

Reference

DSQuery Class

DSQuery Members

Microsoft.SharePoint.Dsp Namespace