Share via


IAppAttachPackageProperties.ImageIsPackageTimestamped Property

Definition

Is package timestamped so it can ignore the certificate expiry date

[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleter(new System.String[] { "Timestamped", "NotTimestamped" })]
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="Is package timestamped so it can ignore the certificate expiry date", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="isPackageTimestamped", Update=true)]
public string ImageIsPackageTimestamped { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleter(new System.String[] { "Timestamped", "NotTimestamped" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="Is package timestamped so it can ignore the certificate expiry date", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="isPackageTimestamped", Update=true)>]
member this.ImageIsPackageTimestamped : string with get, set
Public Property ImageIsPackageTimestamped As String

Property Value

Attributes

Applies to