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 ()
public boolean IsNull ()
public function IsNull () : boolean
Return Value
true if the anchor value is null; otherwise, false.
See Also
Reference
SyncAnchor Class
SyncAnchor Members
Microsoft.Synchronization.Data Namespace