WriteExceptionsToEventLog Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets a value indicating whether UpmMembershipProvider write exceptions to the event log.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property WriteExceptionsToEventLog As Boolean
'Usage
Dim instance As UpmMembershipSettings
Dim value As Boolean

value = instance.WriteExceptionsToEventLog
public bool WriteExceptionsToEventLog { get; }
public:
property bool WriteExceptionsToEventLog {
    bool get ();
}
public function get WriteExceptionsToEventLog () : boolean

Property Value

Type: System..::.Boolean
true to indicate that exceptions are written to the event log; otherwise, false.

Remarks

Returns a value indicating whether or not UpmMembershipProvider write exceptions to the event log.

Permissions

See Also

Reference

UpmMembershipSettings Class

UpmMembershipSettings Members

Microsoft.CommerceServer.Runtime.Profiles Namespace