Azure's account information for blobs

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public StorageAccountInfo BlobStorageAccountInfo { get; set; }
Visual Basic (Declaration)
Public Property BlobStorageAccountInfo As StorageAccountInfo
Visual C++
public:
property StorageAccountInfo^ BlobStorageAccountInfo {
	StorageAccountInfo^ get ();
	void set (StorageAccountInfo^ value);
}

See Also