BdcServiceApplication.RevertToSelfAllowed Property
Gets or set a value that indicates whether reverting to process identity is enabled as an authentication mode for BDC connectors.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RevertToSelfAllowed As Boolean
Get
Set
'Usage
Dim instance As BdcServiceApplication
Dim value As Boolean
value = instance.RevertToSelfAllowed
instance.RevertToSelfAllowed = value
public bool RevertToSelfAllowed { get; set; }
Property Value
Type: System.Boolean
true if reverting to process identity is enabled as an authentication mode for BDC connectors; otherwise, false.
Remarks
Warning
The value of this property does not affect custom BDC connectors and assemblies used with a .NET assembly connector.