Share via


IOperation.TargetEntityId 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.]

Id of the entity associated with this operation.

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

Syntax

'Declaration
Property TargetEntityId As String 
    Get 
    Set
'Usage
Dim instance As IOperation 
Dim value As String 

value = instance.TargetEntityId

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

Property Value

Type: System.String

See Also

Reference

IOperation Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace