Share via


IEnvironmentDefinitionParameter.ReadOnly Property

Definition

Whether or not this parameter is read-only. If true, default should have a value.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Whether or not this parameter is read-only.  If true, default should have a value.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="readOnly")]
public bool? ReadOnly { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Whether or not this parameter is read-only.  If true, default should have a value.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="readOnly")>]
member this.ReadOnly : Nullable<bool>
Public ReadOnly Property ReadOnly As Nullable(Of Boolean)

Property Value

Attributes

Applies to