ImportCounter.PSCommandName 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.
Gets the fully qualified name of the command invoked by this activity.
public:
virtual property System::String ^ PSCommandName { System::String ^ get(); };
public:
virtual property Platform::String ^ PSCommandName { Platform::String ^ get(); };
public override string PSCommandName { get; }
member this.PSCommandName : string
Public Overrides ReadOnly Property PSCommandName As String