Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
'Usage
Dim instance As SyncIdFormat
Dim value As SyncId
value = instance.Zero
public SyncId Zero { get; }
public:
property SyncId^ Zero {
SyncId^ get ();
}
member Zero : SyncId
function get Zero () : SyncId
Property Value
Type: Microsoft.Synchronization.SyncId
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.