Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the geo-replication stats.

Namespace:   Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public GeoReplicationStats GeoReplication { get; private set; }
 
public:
property GeoReplicationStats^ GeoReplication {
	GeoReplicationStats^ get();
	private: void set(GeoReplicationStats^ value);
}
 
member GeoReplication : GeoReplicationStats with get, private set
 
Public Property GeoReplication As GeoReplicationStats
	Get
	Private Set
End Property
Return to top