DevForce Help Reference
UseDefaultAuthenticationContext Property


Gets or sets whether the EntityManager will use the Authenticator.DefaultAuthenticationContext. Default is true.
Syntax
'Declaration
 
Public Property UseDefaultAuthenticationContext As Boolean
'Usage
 
Dim instance As EntityManagerOptions
Dim value As Boolean
 
instance.UseDefaultAuthenticationContext = value
 
value = instance.UseDefaultAuthenticationContext
public bool UseDefaultAuthenticationContext {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityManagerOptions Class
EntityManagerOptions Members

Send Feedback