Share via


NewCimSessionOptionCommand.Encoding Property

Definition

The following is the definition of the input parameter "Encoding". Defined the message encoding. The allowed encodings are { Default | Utf8 | Utf16 }. The default value should be Utf8.

public Microsoft.Management.Infrastructure.Options.PacketEncoding Encoding { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="WSManParameterSet", ValueFromPipelineByPropertyName=true)]
public Microsoft.Management.Infrastructure.Options.PacketEncoding Encoding { get; set; }
member this.Encoding : Microsoft.Management.Infrastructure.Options.PacketEncoding with get, set
[<System.Management.Automation.Parameter(ParameterSetName="WSManParameterSet", ValueFromPipelineByPropertyName=true)>]
member this.Encoding : Microsoft.Management.Infrastructure.Options.PacketEncoding with get, set
Public Property Encoding As PacketEncoding

Property Value

Attributes

Applies to