Megosztás a következőn keresztül:


IServiceRequestCollection.Item[String] Property

Definition

Gets a single service request behavior.

public Microsoft.Store.PartnerCenter.ServiceRequests.IServiceRequest this[string serviceRequestId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.ServiceRequests.IServiceRequest
Default Public ReadOnly Property Item(serviceRequestId As String) As IServiceRequest

Parameters

serviceRequestId
String

The service request ID.

Property Value

The service request operations.

Implements

Applies to