Service.Links 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.
Represents a service definition in a Docker Compose configuration file.
[YamlDotNet.Serialization.YamlMember(Alias="links", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> Links { get; set; }
	[<YamlDotNet.Serialization.YamlMember(Alias="links", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Links : System.Collections.Generic.List<string> with get, set
	Public Property Links As List(Of String)
	Property Value
- Attributes
 - 
			YamlDotNet.Serialization.YamlMemberAttribute