Sets the visibility timeout (in seconds) to use for this queue.
            
 Declaration Syntax
 Declaration Syntax| C# | 
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public CreateQueueRequest WithDefaultVisibilityTimeout( decimal defaultVisibilityTimeout )
 Parameters
 Parameters- defaultVisibilityTimeout (Decimal)
- The visibility timeout (in seconds) to use for this queue.
 Return Value
 Return Valuethis instance
 Remarks
 Remarks
            Values can be 0 to 43200 (maximum 12 hours). Default is 30 seconds.