NewCimSessionOptionCommand.MaxEnvelopeSizeKB 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 "MaxEnvelopeSizeKB". Sets the limit to the maximum size of the WSMan message envelope.
public uint MaxEnvelopeSizeKB { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="WSManParameterSet", ValueFromPipelineByPropertyName=true)]
public uint MaxEnvelopeSizeKB { get; set; }
member this.MaxEnvelopeSizeKB : uint32 with get, set
[<System.Management.Automation.Parameter(ParameterSetName="WSManParameterSet", ValueFromPipelineByPropertyName=true)>]
member this.MaxEnvelopeSizeKB : uint32 with get, set
Public Property MaxEnvelopeSizeKB As UInteger
Property Value
- Attributes