| ListPartsRequestMaxParts Property | 
            Gets or sets the max parts to return.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
 Syntax
Syntaxpublic Nullable<int> MaxParts { get; set; }Public Property MaxParts As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> MaxParts {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member MaxParts : Nullable<int> with get, set
Property Value
Type: 
NullableInt32 See Also
See Also