Freigeben über


IOrderAttachmentCollection.ById(String) Method

Definition

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.

Implements

Applies to