TransferEventArgsDestination Property  | 
 
            Gets the instance representation of transfer destination location.
            
 
    Namespace: 
   Microsoft.Azure.Storage.DataMovement
    Assembly:
   Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntaxpublic Object Destination { get; }Public ReadOnly Property Destination As Object
	Get
public:
property Object^ Destination {
	Object^ get ();
}member Destination : Object with get
Property Value
Type: 
Object
See Also