PTQuery.Any Property

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

Public Property Any As XmlNode()
    Get
    Set

Dim instance As PTQuery
Dim value As XmlNode()

value = instance.Any

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