Share via


NewCimSessionOptionCommand.Encoding Property

 

Gets and sets the Encoding parameter, which defines the message encoding.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "WSManParameterSet")]
public PacketEncoding Encoding { get; set; }
public:
[ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "WSManParameterSet")]
property PacketEncoding Encoding {
    PacketEncoding get();
    void set(PacketEncoding value);
}
[<ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "WSManParameterSet")>]
member Encoding : PacketEncoding with get, set
<ParameterAttribute(ValueFromPipelineByPropertyName := True, ParameterSetName := "WSManParameterSet")>
Public Property Encoding As PacketEncoding

Property Value

Type: Microsoft.Management.Infrastructure.Options.PacketEncoding

Returns PacketEncoding.

See Also

NewCimSessionOptionCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top