IAsset.StorageAccount Property

Gets IStorageAccount associated with the Asset.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
ReadOnly Property StorageAccount As IStorageAccount 
    Get
'Usage
Dim instance As IAsset 
Dim value As IStorageAccount 

value = instance.StorageAccount
IStorageAccount StorageAccount { get; }
property IStorageAccount^ StorageAccount {
    IStorageAccount^ get ();
}
abstract StorageAccount : IStorageAccount
function get StorageAccount () : IStorageAccount

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IStorageAccount
Returns IStorageAccount.

See Also

Reference

IAsset Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace