Share via


StorageDomainManager<TData>.StorageAccount Property

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)

Syntax

protected CloudStorageAccount StorageAccount {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
protected:
property CloudStorageAccount^ StorageAccount {
    [CompilerGeneratedAttribute]
    CloudStorageAccount^ get();
    [CompilerGeneratedAttribute]
    void set(CloudStorageAccount^ value);
}
member StorageAccount : CloudStorageAccount with get, set
Protected Property StorageAccount As CloudStorageAccount

Property Value

Type: Microsoft.WindowsAzure.Storage.CloudStorageAccount

See Also

StorageDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top