AdditionalUnattendContent.Content Property

Definition

Gets or sets specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.

[Newtonsoft.Json.JsonProperty(PropertyName="content")]
public string Content { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="content")>]
member this.Content : string with get, set
Public Property Content As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to