InvocationInfo.InvocationName Property

Definition

Command name used to invoke this string - if invoked through an alias, then this would be the alias name.

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

Property Value

The name string.

Applies to