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