'Declaration
<System.ComponentModel.CategoryAttribute("Authentication")> <System.ComponentModel.DescriptionAttribute("Specifies the AWS Secret Access Key")> <System.Activities.RequiredArgumentAttribute()> Public Property SecretAccessKey As System.String
'Usage
Dim instance As S3Upload Dim value As System.String instance.SecretAccessKey = value value = instance.SecretAccessKey
[System.ComponentModel.Category("Authentication")] [System.ComponentModel.Description("Specifies the AWS Secret Access Key")] [System.Activities.RequiredArgument()] public System.string SecretAccessKey {get; set;}