Share via


IAssetFile.ParentAssetId Property

Asset Id of the Asset that this file is associated with.

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

Syntax

'Declaration
ReadOnly Property ParentAssetId As String 
    Get
'Usage
Dim instance As IAssetFile 
Dim value As String 

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

Property Value

Type: System.String

See Also

Reference

IAssetFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace