'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies what type of CannedACL to use on the file, if any")> Public Property CannedACL As Amazon.S3.Model.S3CannedACL
'Usage
Dim instance As S3Upload Dim value As Amazon.S3.Model.S3CannedACL instance.CannedACL = value value = instance.CannedACL
[System.ComponentModel.Description("Specifies what type of CannedACL to use on the file, if any")] public Amazon.S3.Model.S3CannedACL CannedACL {get; set;}