MatchReturnObject.ApplyDisambiguationData Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Sub ApplyDisambiguationData ( _
value As List(Of DisambiguationInstanceReturnObject) _
)
'Usage
Dim instance As MatchReturnObject
Dim value As List(Of DisambiguationInstanceReturnObject)
instance.ApplyDisambiguationData(value)
public void ApplyDisambiguationData(
List<DisambiguationInstanceReturnObject> value
)
Parameters
value
Type: System.Collections.Generic.List<DisambiguationInstanceReturnObject>Reserved for internal use.