Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Gets the creation version that is associated with the changed item.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property CreationVersion As SyncVersion
'Usage
Dim instance As ItemChange
Dim value As SyncVersion
value = instance.CreationVersion
public SyncVersion CreationVersion { get; }
public:
property SyncVersion^ CreationVersion {
SyncVersion^ get ();
}
/** @property */
public SyncVersion get_CreationVersion ()
public function get CreationVersion () : SyncVersion
Property Value
The creation version that is associated with the changed item.
See Also
Reference
ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace