IServiceRequestCollection.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 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.