InvocationInfo.InvocationName Property
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.
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.