Share via


IAssetFile.ContentChecksum Property

Note: This API is now obsolete.

Optional. A hexadecimal number representing a MD5 (RFC 1321) message digest value. This value is set by the client or client library to serve as a validation of the successful upload of the content.

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

Syntax

'Declaration
<ObsoleteAttribute> _
ReadOnly Property ContentChecksum As String 
    Get
'Usage
Dim instance As IAssetFile 
Dim value As String 

value = instance.ContentChecksum
[ObsoleteAttribute]
string ContentChecksum { get; }
[ObsoleteAttribute]
property String^ ContentChecksum {
    String^ get ();
}
[<ObsoleteAttribute>]
abstract ContentChecksum : string
function get ContentChecksum () : String

Property Value

Type: System.String

See Also

Reference

IAssetFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace