SyncAnchor.IsNull Method

Determines whether a SyncAnchor is null.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Function IsNull As Boolean
'Usage
Dim instance As SyncAnchor
Dim returnValue As Boolean

returnValue = instance.IsNull()
public bool IsNull()
public:
bool IsNull()
member IsNull : unit -> bool 
public function IsNull() : boolean

Return Value

Type: System.Boolean
true if the anchor value is null; otherwise, false.

See Also

Reference

SyncAnchor Class

Microsoft.Synchronization.Data Namespace