AlertsManagementBaseCmdlet.GetCmdletName Method
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 a string with the name of the cmdlet defined by the type t
protected string GetCmdletName ();
member this.GetCmdletName : unit -> string
Protected Function GetCmdletName () As String
Returns
A string with the name of the cmdlet defined by the type t or a message indicating the name of the class t is the CmdletAttribute is not found in t