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.