MediaServiceAccount.ParentUri Property

Optional. The ParentLink of the Media Services Account.

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

Usage

'Usage
Dim instance As MediaServiceAccount
Dim value As Uri

value = instance.ParentUri

instance.ParentUri = value

Syntax

'Declaration
Public Property ParentUri As Uri
public Uri ParentUri { get; set; }
public:
property Uri^ ParentUri {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_ParentUri ()

/** @property */
public void set_ParentUri (Uri value)
public function get ParentUri () : Uri

public function set ParentUri (value : Uri)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

MediaServiceAccount Class
MediaServiceAccount Members
Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountListResponse Namespace