ITask.EncryptionVersion Property

Gets the task encryption version.

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

Syntax

'Declaration
ReadOnly Property EncryptionVersion As String 
    Get
'Usage
Dim instance As ITask 
Dim value As String 

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

Property Value

Type: System.String
The task encryption version.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace