Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the state of the most recent or pending copy operation.

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

Syntax

 
CopyState CopyState { get; }
 
property CopyState^ CopyState {
	CopyState^ get();
}
 
abstract CopyState : CopyState with get
 
ReadOnly Property CopyState As CopyState

Property Value

Type: Microsoft.WindowsAzure.Storage.Blob.CopyStateMicrosoft.WindowsAzure.Storage.Blob::CopyState^Microsoft.WindowsAzure.Storage.Blob.CopyStateMicrosoft.WindowsAzure.Storage.Blob.CopyState

A CopyStateCopyStateCopyStateCopyState object containing the copy state, or null if there is no copy state for the blob.

Return to top