IAssetFile.ContentFileSize Property
AssetFile size (in bytes) of the content.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Property ContentFileSize As Long
Get
Set
'Usage
Dim instance As IAssetFile
Dim value As Long
value = instance.ContentFileSize
instance.ContentFileSize = value
long ContentFileSize { get; set; }
property long long ContentFileSize {
long long get ();
void set (long long value);
}
abstract ContentFileSize : int64 with get, set
function get ContentFileSize () : long
function set ContentFileSize (value : long)
Property Value
Type: System.Int64