AuditRecord.CustomizedData Property

Definition

Gets or sets the dictionary which holds additional data that is customized to the operation performed

public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> CustomizedData { get; set; }
member this.CustomizedData : seq<System.Collections.Generic.KeyValuePair<string, string>> with get, set
Public Property CustomizedData As IEnumerable(Of KeyValuePair(Of String, String))

Property Value

Applies to