BlobTransferProgressChangedEventArgs.LocalFile Property
Gets the full path of local file.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Property LocalFile As String
Get
Private Set
'Usage
Dim instance As BlobTransferProgressChangedEventArgs
Dim value As String
value = instance.LocalFile
public string LocalFile { get; private set; }
public:
property String^ LocalFile {
String^ get ();
private: void set (String^ value);
}
member LocalFile : string with get, private set
function get LocalFile () : String
private function set LocalFile (value : String)
Property Value
Type: System.String