Device.Policies Property

Definition

Gets or sets the list of policies assigned to a device.

public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.PolicyCategory,string>> Policies { get; set; }
member this.Policies : System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<Microsoft.Store.PartnerCenter.Models.DevicesDeployment.PolicyCategory, string>> with get, set
Public Property Policies As List(Of KeyValuePair(Of PolicyCategory, String))

Property Value

Key value pair list of policy IDs.

Applies to