RemotingVerboseRecord Class

Definition

Verbose record containing origin information.

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

Constructors

RemotingVerboseRecord(String, OriginInfo)

Constructor.

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)
OriginInfo

Contains the origin information.

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