IListBlobItem.Container Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the blob item's container.
public Microsoft.Azure.Storage.Blob.CloudBlobContainer Container { get; }
member this.Container : Microsoft.Azure.Storage.Blob.CloudBlobContainer
Public ReadOnly Property Container As CloudBlobContainer
Property Value
A CloudBlobContainer object.