'Declaration
<System.ComponentModel.DescriptionAttribute("When enabled, this activity will search all of the subdirectories under the Path location for any matching files.")> <System.ComponentModel.DefaultValueAttribute()> Public Property SearchAllSubDirectories As System.Boolean
'Usage
Dim instance As RenameFile Dim value As System.Boolean instance.SearchAllSubDirectories = value value = instance.SearchAllSubDirectories
[System.ComponentModel.Description("When enabled, this activity will search all of the subdirectories under the Path location for any matching files.")] [System.ComponentModel.DefaultValue()] public System.bool SearchAllSubDirectories {get; set;}