VerboseRecord Class

Definition

A verbose record in the PSInformationalBuffers.

public ref class VerboseRecord : System::Management::Automation::InformationalRecord
public class VerboseRecord : System.Management.Automation.InformationalRecord
[System.Runtime.Serialization.DataContract]
public class VerboseRecord : System.Management.Automation.InformationalRecord
type VerboseRecord = class
    inherit InformationalRecord
[<System.Runtime.Serialization.DataContract>]
type VerboseRecord = class
    inherit InformationalRecord
Public Class VerboseRecord
Inherits InformationalRecord
Inheritance
VerboseRecord
Derived
Attributes

Constructors

VerboseRecord(PSObject)
VerboseRecord(String)

Properties

InvocationInfo

The InvocationInfo of the command that created this record.

(Inherited from InformationalRecord)
Message

The message written by the command that created this record.

(Inherited from InformationalRecord)
PipelineIterationInfo

The status of the pipeline when this record was created.

(Inherited from InformationalRecord)

Methods

ToString()

Returns the record's message.

(Inherited from InformationalRecord)

Applies to