IDevicesBatchCollection.Item[String] Property

Definition

Retrieves a specific customer devices batch behavior.

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

Parameters

devicebatchId
String

The devices batch id.

Property Value

The devices batch behavior.

Implements

Applies to