TeeObjectCommand.Encoding Property

Definition

Gets or sets the Encoding.

[System.Management.Automation.Parameter(ParameterSetName="File")]
[System.Management.Automation.Parameter(ParameterSetName="LiteralFile")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Text.Encoding Encoding { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="File")>]
[<System.Management.Automation.Parameter(ParameterSetName="LiteralFile")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Encoding : System.Text.Encoding with get, set
Public Property Encoding As Encoding

Property Value

Attributes

Applies to