RemotingVerboseRecord Class
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.
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
- 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) |