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 the creation version of the source item.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property CreationVersion As SyncVersion
Get
'Usage
Dim instance As LoggedConflict
Dim value As SyncVersion
value = instance.CreationVersion
public SyncVersion CreationVersion { get; }
public:
property SyncVersion^ CreationVersion {
SyncVersion^ get ();
}
member CreationVersion : SyncVersion
function get CreationVersion () : SyncVersion
Property Value
Type: Microsoft.Synchronization.SyncVersion
The creation version of the source item.