Share via


IMsixPackageApplications.RawIcon Property

Definition

the icon a 64 bit string as a byte array.

[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="the icon a 64 bit string as a byte array.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="rawIcon", Update=true)]
public byte[] RawIcon { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="the icon a 64 bit string as a byte array.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="rawIcon", Update=true)>]
member this.RawIcon : byte[] with get, set
Public Property RawIcon As Byte()

Property Value

Byte[]
Attributes

Applies to