Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets or sets the synchronization time value that corresponds to the when value for the item.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Property SyncTime As Nullable(Of DateTime)
Get
Set
'Usage
Dim instance As FeedClockVectorElement
Dim value As Nullable(Of DateTime)
value = instance.SyncTime
instance.SyncTime = value
public Nullable<DateTime> SyncTime { get; set; }
public:
property Nullable<DateTime> SyncTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member SyncTime : Nullable<DateTime> with get, set
function get SyncTime () : Nullable<DateTime>
function set SyncTime (value : Nullable<DateTime>)
Property Value
Type: System.Nullable<DateTime>
The synchronization time value that corresponds to the when value for the item.