DataProviderManualAuthentication Property  | 
 
            Gets a value indicating whether the data provider is expecting no external authentication.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic virtual bool ManualAuthentication { get; }Public Overridable ReadOnly Property ManualAuthentication As Boolean
	Get
public:
virtual property bool ManualAuthentication {
	bool get ();
}abstract ManualAuthentication : bool with get
override ManualAuthentication : bool with get
Property Value
Type: 
Boolean if the data provider is expecting no external authentication; otherwise, 
.
            
Remarks
            This property is provided for advanced scenarios and should be used only if necessary.
            If set to 
, the data provider will need to call
            
Authenticate(Guid).
            
See Also