UnprotectCmsMessageCommand.EventLogRecord Property

Definition

Gets or sets the Windows Event Log Message with contents to be decrypted.

public:
 property System::Management::Automation::PSObject ^ EventLogRecord { System::Management::Automation::PSObject ^ get(); void set(System::Management::Automation::PSObject ^ value); };
public System.Management.Automation.PSObject EventLogRecord { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByWinEvent", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.PSTypeName("System.Diagnostics.Eventing.Reader.EventLogRecord")]
public System.Management.Automation.PSObject EventLogRecord { get; set; }
member this.EventLogRecord : System.Management.Automation.PSObject with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByWinEvent", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.PSTypeName("System.Diagnostics.Eventing.Reader.EventLogRecord")>]
member this.EventLogRecord : System.Management.Automation.PSObject with get, set
Public Property EventLogRecord As PSObject

Property Value

Attributes

Applies to