PSModuleInfo.ExportedAliases Property

Definition

Lists the aliases exported by this module.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::AliasInfo ^> ^ ExportedAliases { System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::AliasInfo ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,System.Management.Automation.AliasInfo> ExportedAliases { get; }
member this.ExportedAliases : System.Collections.Generic.Dictionary<string, System.Management.Automation.AliasInfo>
Public ReadOnly Property ExportedAliases As Dictionary(Of String, AliasInfo)

Property Value

Applies to