Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the source URI of a copy operation.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public Uri Source { get; internal set; }
 
public:
property Uri^ Source {
	Uri^ get();
	internal: void set(Uri^ value);
}
 
member Source : Uri with get, internal set
 
Public Property Source As Uri
	Get
	Friend Set
End Property

Property Value

Type: System.UriSystem::Uri^System.UriSystem.Uri

A Uri indicating the source of a copy operation, or null.

Return to top