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 a 0 value for an ID.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property Zero As SyncId
'Usage
Dim instance As SyncIdFormat
Dim value As SyncId
value = instance.Zero
public SyncId Zero { get; }
public:
property SyncId^ Zero {
SyncId^ get ();
}
/** @property */
public SyncId get_Zero ()
public function get Zero () : SyncId
Property Value
A 0 value for an ID.
Remarks
This value can be used as the lower bound on a range of item IDs to indicate that all values below the specified upper bound are included in the range.
See Also
Reference
SyncIdFormat Class
SyncIdFormat Members
Microsoft.Synchronization Namespace