PartListingParts Property |
Gets the parts iterator.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public IEnumerable<Part> Parts { get; }
Public ReadOnly Property Parts As IEnumerable(Of Part)
Get
public:
property IEnumerable<Part^>^ Parts {
IEnumerable<Part^>^ get ();
}
member Parts : IEnumerable<Part> with get
Property Value
Type:
IEnumerablePartSee Also