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.
Gets the knowledge for the specified item.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Function GetKnowledgeForItem ( _
itemId As SyncId _
) As SyncKnowledge
'Usage
Dim instance As SyncKnowledge
Dim itemId As SyncId
Dim returnValue As SyncKnowledge
returnValue = instance.GetKnowledgeForItem(itemId)
public SyncKnowledge GetKnowledgeForItem (
SyncId itemId
)
public:
SyncKnowledge^ GetKnowledgeForItem (
SyncId^ itemId
)
public SyncKnowledge GetKnowledgeForItem (
SyncId itemId
)
public function GetKnowledgeForItem (
itemId : SyncId
) : SyncKnowledge
Parameters
- itemId
The ID of the item to look up.
Return Value
The knowledge for the specified item.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace