IStopSellOffersPlansNotificationsListProperties.PublicContext 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.
True if the offer has public plans
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=false, Description="True if the offer has public plans", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="publicContext", Update=false)]
public bool? PublicContext { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=false, Description="True if the offer has public plans", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="publicContext", Update=false)>]
member this.PublicContext : Nullable<bool>
Public ReadOnly Property PublicContext As Nullable(Of Boolean)
Property Value
- Attributes