ODataConnectionSettings.UseServiceAuth property

This property is applicable only for the Metadata connection setting. Used to track whether the metadata connection setting should use the same service auth credentials for authentication

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

Syntax

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

value = instance.UseServiceAuth

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

Property value

Type: System.Boolean

See also

Reference

ODataConnectionSettings class

ODataConnectionSettings members

Microsoft.SharePoint.BusinessData.SystemSpecific.OData namespace