LocalLogOnContextValidateCredentialsFailureReason Property  | 
  
    Namespace: 
   Dundas.BI.AccountServices.Extensibility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ValidateCredentialsFailureReason? ValidateCredentialsFailureReason { get; set; }Public Property ValidateCredentialsFailureReason As ValidateCredentialsFailureReason?
	Get
	Set
public:
property Nullable<ValidateCredentialsFailureReason> ValidateCredentialsFailureReason {
	Nullable<ValidateCredentialsFailureReason> get ();
	void set (Nullable<ValidateCredentialsFailureReason> value);
}member ValidateCredentialsFailureReason : Nullable<ValidateCredentialsFailureReason> with get, set
Property Value
Type: 
NullableValidateCredentialsFailureReason
See Also