IAcknowledgeOfferNotificationDetails.Dismiss Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether dismiss action flag is enabled
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Gets or sets a value indicating whether dismiss action flag is enabled", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="dismiss", Update=true)]
public bool? Dismiss { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Gets or sets a value indicating whether dismiss action flag is enabled", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="dismiss", Update=true)>]
member this.Dismiss : Nullable<bool> with get, set
Public Property Dismiss As Nullable(Of Boolean)
Property Value
- Attributes