MediaContextBase.DefaultStorageAccount Property
Get the default storage account associated with this context.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property DefaultStorageAccount As IStorageAccount
Get
'Usage
Dim instance As MediaContextBase
Dim value As IStorageAccount
value = instance.DefaultStorageAccount
public abstract IStorageAccount DefaultStorageAccount { get; }
public:
virtual property IStorageAccount^ DefaultStorageAccount {
IStorageAccount^ get () abstract;
}
abstract DefaultStorageAccount : IStorageAccount
abstract function get DefaultStorageAccount () : IStorageAccount
Property Value
Type: Microsoft.WindowsAzure.MediaServices.Client.IStorageAccount
Returns IStorageAccount.