Config.Content 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 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