Share via


ServiceDependency.Condition Property

Definition

Gets or sets the condition under which the service should be started.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to