MessagingSKUPlan.SKU 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 stock-keeping unit.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="SKU", Order=1001)]
public int SKU { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=true, Name="SKU", Order=1001)>]
member this.SKU : int with get, set
Public Property SKU As Integer
Property Value
The stock-keeping unit.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET