Share via


DspAdapter.Unknown Property

NOTE: This API is now obsolete.

Gets or sets an arbitrary string array for use by the client in making the query.

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

Syntax

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

value = instance.Unknown

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

Property Value

Type: []

Remarks

A string array that contains arbitrary data.

See Also

Reference

DspAdapter Class

DspAdapter Members

Unknown Overload

Microsoft.SharePoint.Dsp Namespace