ITaskTemplate.EncryptionVersion Property

Gets the encryption version of the task template.

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 ITaskTemplate 
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 encryption version of the task template.

See Also

Reference

ITaskTemplate Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace