ListBucketResultContents Property |
[Missing <summary> documentation for "P:Aliyun.OSS.Model.ListBucketResult.Contents"]
Namespace: Aliyun.OSS.ModelAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public ListBucketResultContents[] Contents { get; set; }
Public Property Contents As ListBucketResultContents()
Get
Set
public:
property array<ListBucketResultContents^>^ Contents {
array<ListBucketResultContents^>^ get ();
void set (array<ListBucketResultContents^>^ value);
}
member Contents : ListBucketResultContents[] with get, set
Property Value
Type:
ListBucketResultContentsRemarks See Also