NewCimSessionOptionCommand.Culture 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.
The following is the definition of the input parameter "Culture". Specifies the culture to use. i.e. en-us, ar-sa.
public System.Globalization.CultureInfo Culture { get; set; }
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
public System.Globalization.CultureInfo Culture { get; set; }
member this.Culture : System.Globalization.CultureInfo with get, set
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
member this.Culture : System.Globalization.CultureInfo with get, set
Public Property Culture As CultureInfo
Property Value
- Attributes