ODataConnectionSettings.ConnectThroughHybridProxy property

To connect through the Hyrbid On-Prem proxy or not.

Namespace:  Microsoft.SharePoint.BusinessData.SystemSpecific.OData
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ConnectThroughHybridProxy As Boolean
    Get
    Set
'Usage
Dim instance As ODataConnectionSettings
Dim value As Boolean

value = instance.ConnectThroughHybridProxy

instance.ConnectThroughHybridProxy = value
public bool ConnectThroughHybridProxy { get; set; }

Property value

Type: System.Boolean

See also

Reference

ODataConnectionSettings class

ODataConnectionSettings members

Microsoft.SharePoint.BusinessData.SystemSpecific.OData namespace