| ObjectListingNextMarker Property  | 
            Gets the next maker value for the value of Marker in the next call.
            If the result is not truncated, this value is null.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic string NextMarker { get; }Public ReadOnly Property NextMarker As String
	Get
public:
property String^ NextMarker {
	String^ get ();
}member NextMarker : string with get
Property Value
Type: 
String
See Also