| ListBucketsRequestMarker Property | 
            Gets or sets the marker of the bucket name. The buckets to return whose names are greater than this value in lexicographic order.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
 Syntax
Syntaxpublic string Marker { get; set; }Public Property Marker As String
	Get
	Set
public:
property String^ Marker {
	String^ get ();
	void set (String^ value);
}member Marker : string with get, set
Property Value
Type: 
String See Also
See Also