Share via


IHostEntity.OSVersion Property

Definition

A free text representation of the operating system. This field is meant to hold specific versions the are more fine grained than OSFamily or future values not supported by OSFamily enumeration

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="A free text representation of the operating system. This field is meant to hold specific versions the are more fine grained than OSFamily or future values not supported by OSFamily enumeration", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="osVersion")]
public string OSVersion { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="A free text representation of the operating system. This field is meant to hold specific versions the are more fine grained than OSFamily or future values not supported by OSFamily enumeration", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="osVersion")>]
member this.OSVersion : string
Public ReadOnly Property OSVersion As String

Property Value

Attributes

Applies to