ISystemVersion.PropertiesSystemVersion 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.
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 PropertiesSystemVersion { 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=false, SerializedName="systemVersion", Update=true)]
public string PropertiesSystemVersion { 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.PropertiesSystemVersion : 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=false, SerializedName="systemVersion", Update=true)>]
member this.PropertiesSystemVersion : string with get, set
Public ReadOnly Property PropertiesSystemVersion As String
Public Property PropertiesSystemVersion As String
Property Value
- Attributes