Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified change unit change is known by this knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Function Contains ( _
changeUnitChange As ChangeUnitChange _
) As Boolean
'Usage
Dim instance As SyncKnowledge
Dim changeUnitChange As ChangeUnitChange
Dim returnValue As Boolean
returnValue = instance.Contains(changeUnitChange)
public bool Contains (
ChangeUnitChange changeUnitChange
)
public:
bool Contains (
ChangeUnitChange^ changeUnitChange
)
public boolean Contains (
ChangeUnitChange changeUnitChange
)
public function Contains (
changeUnitChange : ChangeUnitChange
) : boolean
Parameters
- changeUnitChange
The change unit change to look up.
Return Value
true if changeUnitChange is known; otherwise, false.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace