'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DescriptionAttribute("The name of the Command or Function.")> Public Property CommandName As System.String
'Usage
Dim instance As PSWrapper Dim value As System.String instance.CommandName = value value = instance.CommandName
[System.ComponentModel.Browsable(false)] [System.ComponentModel.Description("The name of the Command or Function.")] public System.string CommandName {get; set;}