PTQuery.Any Property

NOTE: This API is now obsolete.

Gets or sets a placeholder where the content of the pass-through query is specified.

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

Syntax

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

value = instance.Any

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

Property Value

Type: []
A System.Xml.XmlNode array whose structure each adapter defines.

Remarks

The content of a pass-through query is adapter dependent.

See Also

Reference

PTQuery Class

PTQuery Members

Microsoft.SharePoint.Dsp Namespace