NewCimSessionOptionCommand.Encoding 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 "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