Share via


MediaServicesAccount.AccountRegion Property

 

Optional. The Region of the Media Services account.

Namespace:   Microsoft.WindowsAzure.Management.MediaServices.Models
Assembly:  Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)

Syntax

public string AccountRegion { get; set; }
public:
property String^ AccountRegion {
    String^ get();
    void set(String^ value);
}
member AccountRegion : string with get, set
Public Property AccountRegion As String

Property Value

Type: System.String

See Also

MediaServicesAccount Class
Microsoft.WindowsAzure.Management.MediaServices.Models Namespace

Return to top