Service.StdinOpen 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.
Indicates whether standard input (stdin) should remain open and be attached to the service container, even if no terminal is connected.
[YamlDotNet.Serialization.YamlMember(Alias="stdin_open")]
public bool? StdinOpen { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="stdin_open")>]
member this.StdinOpen : Nullable<bool> with get, set
Public Property StdinOpen As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute