Share via


Config.File Property

Definition

Gets or sets the path to the configuration file. This property is used to specify the file containing the configuration data for the service or component.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to