This topic has not yet been rated - Rate this topic

CloudBlob.Container Property

Gets a CloudBlobContainer object representing the blob's container.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim instance As CloudBlob
Dim value As CloudBlobContainer

value = instance.Container

public:
virtual property CloudBlobContainer^ Container {
	CloudBlobContainer^ get () sealed;
}
/** @property */
public final CloudBlobContainer get_Container ()

public final function get Container () : CloudBlobContainer

Property Value

Type: Microsoft.WindowsAzure.StorageClient.CloudBlobContainer

The blob's container.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter