PSModuleInfo.ExportedVariables Property

Definition

Lists the variables exported by this module.

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

Property Value

Applies to