IIngestManifest.StorageAccountName Property

Gets the storage account name associated with this ingest manifest.

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

Syntax

'Declaration
Property StorageAccountName As String 
    Get 
    Set
'Usage
Dim instance As IIngestManifest 
Dim value As String 

value = instance.StorageAccountName

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

Property Value

Type: System.String
Returns String.

See Also

Reference

IIngestManifest Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace