PSModuleInfo.RequiredAssemblies Property
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.
Required Assemblies.
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ RequiredAssemblies { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> RequiredAssemblies { get; }
member this.RequiredAssemblies : seq<string>
Public ReadOnly Property RequiredAssemblies As IEnumerable(Of String)