NewCimSessionOptionCommand.PacketPrivacy 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 "PacketPrivacy". Switch indicating if packet privacy of the packets in DCOM communications should be checked/enforced.
public System.Management.Automation.SwitchParameter PacketPrivacy { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="DcomParameterSet")]
public System.Management.Automation.SwitchParameter PacketPrivacy { get; set; }
member this.PacketPrivacy : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(ParameterSetName="DcomParameterSet")>]
member this.PacketPrivacy : System.Management.Automation.SwitchParameter with get, set
Public Property PacketPrivacy As SwitchParameter
Property Value
- Attributes