ISystemVersionProperties.SystemVersion Property

Definition

A valid Oracle System Version

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="A valid Oracle System Version", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="systemVersion", Update=false)]
public string SystemVersion { get; }
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="A valid Oracle System Version", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="systemVersion", Update=true)]
public string SystemVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="A valid Oracle System Version", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="systemVersion", Update=false)>]
member this.SystemVersion : string
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="A valid Oracle System Version", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="systemVersion", Update=true)>]
member this.SystemVersion : string with get, set
Public ReadOnly Property SystemVersion As String
Public Property SystemVersion As String

Property Value

Attributes

Applies to