Share via


IMsixPackage.PackageDependency Property

Definition

List of package dependencies.

[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="List of package dependencies. ", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies) }, Read=true, ReadOnly=false, Required=false, SerializedName="packageDependencies", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies> PackageDependency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="List of package dependencies. ", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies) }, Read=true, ReadOnly=false, Required=false, SerializedName="packageDependencies", Update=true)>]
member this.PackageDependency : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies> with get, set
Public Property PackageDependency As List(Of IMsixPackageDependencies)

Property Value

Attributes

Applies to