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