LocalLogOnContextValidateCredentialsFailureReason Property |
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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:
NullableValidateCredentialsFailureReasonSee Also