|
| MySQL Connector/Net |
| MySQLMembershipProvider..::..WriteExceptionsToEventLog Property |
| MySQLMembershipProvider Class See Also Send Feedback |
|
Gets or sets a value indicating whether exceptions are written to the event log.
Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
public bool WriteExceptionsToEventLog { get; set; } |
| Visual Basic |
|---|
Public Property WriteExceptionsToEventLog As Boolean Get Set |
| Visual C++ |
|---|
public: property bool WriteExceptionsToEventLog { bool get (); void set (bool value); } |