ITask.MediaProcessorId Property

Gets or sets the media processor identifier.

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

Syntax

'Declaration
Property MediaProcessorId As String 
    Get 
    Set
'Usage
Dim instance As ITask 
Dim value As String 

value = instance.MediaProcessorId

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

Property Value

Type: System.String
The media processor identifier.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace