SelectStringCommand.Culture Property

Definition

Gets or sets a culture name.

[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNull]
[System.Management.Automation.ValidateSet(typeof(Microsoft.PowerShell.Commands.ValidateMatchStringCultureNamesGenerator))]
public string Culture { get; set; }
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNull>]
[<System.Management.Automation.ValidateSet(typeof(Microsoft.PowerShell.Commands.ValidateMatchStringCultureNamesGenerator))>]
member this.Culture : string with get, set
Public Property Culture As String

Property Value

Attributes

Applies to