Synonym.ExpansionType Property
Gets the synonym expansion type
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property ExpansionType As SynonymExpansionType
Get
'Usage
Dim instance As Synonym
Dim value As SynonymExpansionType
value = instance.ExpansionType
SynonymExpansionType ExpansionType { get; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.SynonymExpansionType
The synonym expansion type of the synonym.
Remarks
In order to modify the expansion type of a synonym. it must be removed and added with the required [ExpansionType].
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace