Share via


IProgram.AssetId Property

[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]

Gets or sets the ID of the asset for storing channel content.

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

Syntax

'Declaration
Property AssetId As String 
    Get 
    Set
'Usage
Dim instance As IProgram 
Dim value As String 

value = instance.AssetId

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

Property Value

Type: System.String

Remarks

The Program must be in the Stopped state before the value can be changed.

See Also

Reference

IProgram Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace