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