IConfiguration.DimensionLengthHeightUnit 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.
Unit for the dimensions of length, height and width.
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Description="Unit for the dimensions of length, height and width.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.LengthHeightUnit) }, ReadOnly=true, Required=false, SerializedName="lengthHeightUnit")]
public Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.LengthHeightUnit? DimensionLengthHeightUnit { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Description="Unit for the dimensions of length, height and width.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.LengthHeightUnit) }, ReadOnly=true, Required=false, SerializedName="lengthHeightUnit")>]
member this.DimensionLengthHeightUnit : Nullable<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.LengthHeightUnit>
Public ReadOnly Property DimensionLengthHeightUnit As Nullable(Of LengthHeightUnit)
Property Value
- Attributes