PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​AuditAudit­RecordTarget
Open sandboxFocus

AuditRecord.Target Property

Target

Gets the instance on which the method was executed, or null if the method is a static method.

Declaration
public object Target { get; set; }
Property Value
Type Description
Object