AdditionalUnattendContent.Content プロパティ

定義

指定したパスとコンポーネントのunattend.xml ファイルに追加される XML 形式のコンテンツを取得または設定します。 XML は 4 KB 未満である必要があり、挿入される設定または機能のルート要素を含める必要があります。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象