UsageBasedLineItem.DetailLineItemId 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.
Gets or sets the detail line item Id. Uniquely identifies the line items for cases where calculation is different for units consumed. Example: Total consumed = 1338, 1024 is charged with one rate, 314 is charge with a different rate.
public int DetailLineItemId { get; set; }
member this.DetailLineItemId : int with get, set
Public Property DetailLineItemId As Integer