Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ID format for change unit IDs.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeUnitIdFormat As SyncIdFormat
'Usage
Dim instance As SyncIdFormatGroup
Dim value As SyncIdFormat
value = instance.ChangeUnitIdFormat
public SyncIdFormat ChangeUnitIdFormat { get; }
public:
property SyncIdFormat^ ChangeUnitIdFormat {
SyncIdFormat^ get ();
}
/** @property */
public SyncIdFormat get_ChangeUnitIdFormat ()
public function get ChangeUnitIdFormat () : SyncIdFormat
Property Value
The ID format for change unit IDs.
Remarks
This format defaults to fixed-length IDs that have a length of 1 byte.
See Also
Reference
SyncIdFormatGroup Class
SyncIdFormatGroup Members
Microsoft.Synchronization Namespace