ManagedProperty.NicknameExpansion property
Gets or sets whether this managed property is compared to the 'Nickname' mappings at query time.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property NicknameExpansion As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.NicknameExpansion
instance.NicknameExpansion = value
public bool NicknameExpansion { get; set; }
Property value
Type: System.Boolean
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | If this object is not backed. |
PropertyIsReadOnlyException | If this property is read only. |