Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the status of the copy operation.

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

Syntax

 
public CopyStatus Status { get; internal set; }
 
public:
property CopyStatus Status {
	CopyStatus get();
	internal: void set(CopyStatus value);
}
 
member Status : CopyStatus with get, internal set
 
Public Property Status As CopyStatus
	Get
	Friend Set
End Property
Return to top