Propriedade ChangeUnitChange.ChangeUnitId
Obtém a ID da unidade de alteração.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (em microsoft.synchronization.dll)
Sintaxe
'Declaração
Public ReadOnly Property ChangeUnitId As SyncId
'Uso
Dim instance As ChangeUnitChange
Dim value As SyncId
value = instance.ChangeUnitId
public SyncId ChangeUnitId { get; }
public:
property SyncId^ ChangeUnitId {
SyncId^ get ();
}
/** @property */
public SyncId get_ChangeUnitId ()
public function get ChangeUnitId () : SyncId
Valor da propriedade
A ID da unidade de alteração.
Consulte também
Referência
Classe ChangeUnitChange
Membros ChangeUnitChange
Namespace Microsoft.Synchronization