Click or drag to resize
ErrorInfoErrorUnitWebCallId Property
Gets or sets the error unit web call identifier.

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public Nullable<Guid> ErrorUnitWebCallId { get; set; }

Property Value

Type: NullableGuid
The error unit web call identifier.

Implements

IErrorInfoErrorUnitWebCallId
See Also