Click or drag to resize

SetupConfig_PackageRulesExcludeDirectories Property

Gets or sets the list of directories to exclude from the setup. Only relevant when IncludeAllDirectories is True.

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_Directory> ExcludeDirectories { get; set; }

Property Value

Type: ListSetupConfig_Directory
See Also