Gets or sets the last synchronization time.
Namespace: Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As GeoReplicationStats
Dim value As Nullable(Of DateTimeOffset)
value = instance.LastSyncTime
|
Syntax
Visual Basic |
---|
Public Property LastSyncTime As Nullable(Of DateTimeOffset) |
C# |
---|
public Nullable<DateTimeOffset> LastSyncTime { get; } |
C++ |
---|
public:
property Nullable<DateTimeOffset> LastSyncTime {
Nullable<DateTimeOffset> get ();
} |
J# |
---|
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Nullable<DateTimeOffset> get_LastSyncTime ()
|
JScript |
---|
CompilerGeneratedAttribute
public function get LastSyncTime () : Nullable<DateTimeOffset>
|
Property Value
The last synchronization time.
Remarks
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also