IDspAdapter.LocalClient Property

Gets or sets a Boolean value that specifies whether the client is a server component that loads the adapter through the object model interface of the adapter.

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

Syntax

Property LocalClient As Boolean
    Get
    Set

Dim instance As IDspAdapter
Dim value As Boolean

value = instance.LocalClient

instance.LocalClient = value
bool LocalClient { get; set; }

Property Value

Type: System.Boolean
true if the client is a server component that loads the adapter through the object model interface. The default value is false, indicating that the request arrives through SOAP.

Remarks

Setting the value of the LocalClient property to true enforces that all object model input is validated before the query is processed. For a server component that directly loads the adapter DLLs, set this property to true.

See Also

Reference

IDspAdapter Interface

IDspAdapter Members

Microsoft.SharePoint.Dsp Namespace