IAvailabilityCollection.Item[String] 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.
Retrieves the operations tied with a specific availability.
public Microsoft.Store.PartnerCenter.Products.IAvailability this[string availabilityId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.Products.IAvailability
Default Public ReadOnly Property Item(availabilityId As String) As IAvailability
Parameters
- availabilityId
- String
The availability id.
Property Value
The availability operations.