Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the ID of the changed item.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ItemId As SyncId
'Usage
Dim instance As ItemChange
Dim value As SyncId
value = instance.ItemId
public SyncId ItemId { get; }
public:
property SyncId^ ItemId {
SyncId^ get ();
}
/** @property */
public SyncId get_ItemId ()
public function get ItemId () : SyncId
Property Value
The ID of the changed item.
See Also
Reference
ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace