BpmException.EventLogged property

Gets or sets a Boolean value that indicates whether the event has been logged.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property EventLogged As Boolean
    Get
    Set
'Usage
Dim instance As BpmException
Dim value As Boolean

value = instance.EventLogged

instance.EventLogged = value
public bool EventLogged { get; set; }

Property value

Type: System.Boolean
true if the event has been logged; otherwise false.

See also

Reference

BpmException class

BpmException members

Microsoft.PerformancePoint.Scorecards namespace