Share via


SecurityAssessmentResponse.AdditionalData Property

Definition

Gets or sets additional data regarding the assessment

[Newtonsoft.Json.JsonProperty(PropertyName="properties.additionalData")]
public System.Collections.Generic.IDictionary<string,string> AdditionalData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.additionalData")>]
member this.AdditionalData : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property AdditionalData As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to