Share via


IApplication.IconContent Property

Definition

the icon a 64 bit string as a byte array.

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

Property Value

Byte[]
Attributes

Applies to