IOrderAttachmentCollection.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.
Gets a specific attachment behavior.
public Microsoft.Store.PartnerCenter.Orders.IOrderAttachment this[string attachmentId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.Orders.IOrderAttachment
Default Public ReadOnly Property Item(attachmentId As String) As IOrderAttachment
Parameters
- attachmentId
- String
The order attachment id.
Property Value
The order attachment operations.