AuditRecord.CustomizedData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))