'Declaration
<System.ComponentModel.DescriptionAttribute("When enabled, this activity will create any directories needed when the destination path doesn't exist.")> <System.ComponentModel.DefaultValueAttribute()> Public Property MakeDirectory As System.Boolean
'Usage
Dim instance As CopyFile Dim value As System.Boolean instance.MakeDirectory = value value = instance.MakeDirectory
[System.ComponentModel.Description("When enabled, this activity will create any directories needed when the destination path doesn't exist.")] [System.ComponentModel.DefaultValue()] public System.bool MakeDirectory {get; set;}