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