Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets an infinite value for an ID.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property Infinity As SyncId
Get
'Usage
Dim instance As SyncIdFormat
Dim value As SyncId
value = instance.Infinity
public SyncId Infinity { get; }
public:
property SyncId^ Infinity {
SyncId^ get ();
}
member Infinity : SyncId
function get Infinity () : SyncId
Property Value
Type: Microsoft.Synchronization.SyncId
An infinite value for an ID.
Remarks
This value can be used as the upper bound on a range of item IDs to indicate that all values above the specified lower bound are included in the range.