PSModuleInfo.ExportedFormatFiles Property

Definition

The list of Format files imported by this module.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ExportedFormatFiles { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> ExportedFormatFiles { get; }
member this.ExportedFormatFiles : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property ExportedFormatFiles As ReadOnlyCollection(Of String)

Property Value

Applies to