IDeviceCollection.ById(String) Method
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's device behavior.
public Microsoft.Store.PartnerCenter.DevicesDeployment.IDevice ById (string deviceId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.DevicesDeployment.IDevice
Public Function ById (deviceId As String) As IDevice
Parameters
- deviceId
- String
The device id.
Returns
The customer device behavior.