다음을 통해 공유


IDeviceCollection.Item[String] Property

Definition

Retrieves a specific customer's device behavior.

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

Parameters

deviceId
String

The device id.

Property Value

The customer device behavior.

Implements

Applies to