Share via


NewCimSessionOptionCommand.MaxEnvelopeSizeKB Property

 

Gets and sets the MaxEnvelopeSizeKB parameter, which sets the limit to the maximum size of the WSMan message envelope.

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

Syntax

[ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "WSManParameterSet")]
public uint MaxEnvelopeSizeKB { get; set; }
public:
[ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "WSManParameterSet")]
property unsigned int MaxEnvelopeSizeKB {
    unsigned int get();
    void set(unsigned int value);
}
[<ParameterAttribute(ValueFromPipelineByPropertyName = true, ParameterSetName = "WSManParameterSet")>]
member MaxEnvelopeSizeKB : uint32 with get, set
<ParameterAttribute(ValueFromPipelineByPropertyName := True, ParameterSetName := "WSManParameterSet")>
Public Property MaxEnvelopeSizeKB As UInteger

Property Value

Type: System.UInt32

Returns UInt32.

See Also

NewCimSessionOptionCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top