Language

IProductFamily.ProductLine Property

Definition

List of product lines supported in the product family

[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="List of product lines supported in the product family", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IProductLine) }, Read=true, ReadOnly=true, Required=false, SerializedName="productLines", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IProductLine> ProductLine { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="List of product lines supported in the product family", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IProductLine) }, Read=true, ReadOnly=true, Required=false, SerializedName="productLines", Update=false)>]
member this.ProductLine : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IProductLine>
Public ReadOnly Property ProductLine As List(Of IProductLine)

Property Value

Attributes

Applies to