다음을 통해 공유


IApplicationProperties.ShowInPortal Property

Definition

Specifies whether to show the RemoteApp program in the RD Web Access server.

[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="Specifies whether to show the RemoteApp program in the RD Web Access server.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="showInPortal", Update=true)]
public bool? ShowInPortal { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="Specifies whether to show the RemoteApp program in the RD Web Access server.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="showInPortal", Update=true)>]
member this.ShowInPortal : Nullable<bool> with get, set
Public Property ShowInPortal As Nullable(Of Boolean)

Property Value

Attributes

Applies to