IAsset.StorageAccountName Property

Gets the Storage Account name associated with the Asset.

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

Syntax

'Declaration
ReadOnly Property StorageAccountName As String 
    Get
'Usage
Dim instance As IAsset 
Dim value As String 

value = instance.StorageAccountName
string StorageAccountName { get; }
property String^ StorageAccountName {
    String^ get ();
}
abstract StorageAccountName : string
function get StorageAccountName () : String

Property Value

Type: System.String
Returns String.

See Also

Reference

IAsset Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace