Objects Property
The objects returned by a call to ListObjects .
Syntax
[VB.NET] Public ReadOnlyProperty Objects As S3ObjectList
[C#] public S3ObjectList Objects {get;}
Remarks
This property will be populated after a call to ListObjects. It will contain information about the objects which are contained in the specified Bucket.
This property is read-only and not available at design time.