JAMS Developer Guide
CannedACL Property


MVPSI.JAMS.Activities Namespace > S3Upload Class : CannedACL Property
Type of CannedACL to use
Syntax
'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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

S3Upload Class
S3Upload Members