Click or drag to resize

SetupConfig_PackageRulesIncludeFiles Property

Gets or sets the list of files to include in the setup. This list comes as a complement of the IncludeAllFilesWithExtensions list.

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
[DataMemberAttribute]
public List<SetupConfig_File> IncludeFiles { get; set; }

Property Value

Type: ListSetupConfig_File
See Also