IProductFamily.ProductLine 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.
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