| ListAllMyBucketsResultIsTruncated Property  | 
[Missing <summary> documentation for "P:Aliyun.OSS.Model.ListAllMyBucketsResult.IsTruncated"]
 
Namespace: Aliyun.OSS.ModelAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic Nullable<bool> IsTruncated { get; set; }Public Property IsTruncated As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> IsTruncated {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}member IsTruncated : Nullable<bool> with get, set
Property Value
Type: 
NullableBoolean
See Also