AliasAttribute(String[]) Constructor
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.
Initializes a new instance of the AliasAttribute class.
public:
AliasAttribute(... cli::array <System::String ^> ^ aliasNames);
public AliasAttribute (params string[] aliasNames);
new System.Management.Automation.AliasAttribute : string[] -> System.Management.Automation.AliasAttribute
Public Sub New (ParamArray aliasNames As String())
Parameters
- aliasNames
- String[]
The name for this alias.
Exceptions
For invalid arguments.