Sets the number of the part to be copied.
            
 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 CopyPartRequest WithPartNumber( int partNumber )
 Parameters
 Parameters- partNumber (Int32)
- value to set the PartNumber property to
 Return Value
 Return Valuethis instance
 Remarks
 Remarks
            Valid part numbers are from 1 to 10,000 inclusive and will uniquely identify the part 
            and determine the relative ordering within the destination object.  If a part already
            exists with the PartNumber it will be overwritten.