| MultipartUploadListingNextUploadIdMarker Property  | 
            Gets the next upload id marker value. If the IsTruncated is true, this value could be the next list call's UploadIdMarker value.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic string NextUploadIdMarker { get; }Public ReadOnly Property NextUploadIdMarker As String
	Get
public:
property String^ NextUploadIdMarker {
	String^ get ();
}member NextUploadIdMarker : string with get
Property Value
Type: 
String
See Also