Share via


Config.Content Property

Definition

Gets or sets the contents of the configuration file. This property is used to specify the actual configuration data that will be included in the Docker Compose file.

[YamlDotNet.Serialization.YamlMember(Alias="content")]
public string? Content { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="content")>]
member this.Content : string with get, set
Public Property Content As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to