IOrderAttachmentCollection.ById(String) Method
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.
Obtains a specific attachment behavior.
public Microsoft.Store.PartnerCenter.Orders.IOrderAttachment ById (string attachmentId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.Orders.IOrderAttachment
Public Function ById (attachmentId As String) As IOrderAttachment
Parameters
- attachmentId
- String
The order attachment id.
Returns
The order attachment operations.