| ListBucketsResultNextMaker Property  | 
            Gets the next marker's value. Assign this value to the next call's ListBucketRequest.marker.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic string NextMaker { get; }Public ReadOnly Property NextMaker As String
	Get
public:
property String^ NextMaker {
	String^ get ();
}member NextMaker : string with get
Property Value
Type: 
String
See Also