InvocationInfo.PositionMessage Property

Definition

Formatted message indicating where the cmdlet appeared in the line.

public:
 property System::String ^ PositionMessage { System::String ^ get(); };
public:
 property Platform::String ^ PositionMessage { Platform::String ^ get(); };
public string PositionMessage { get; }
member this.PositionMessage : string
Public ReadOnly Property PositionMessage As String

Property Value

Formatted string indicating the command's position in the line

Applies to