ManagedProperty.UsePronunciationString property
Gets or sets whether this managed property needs a pronunciation string.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property UsePronunciationString As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.UsePronunciationString
instance.UsePronunciationString = value
public bool UsePronunciationString { get; set; }
Property value
Type: System.Boolean
Returns Boolean.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | If this object is not backed. |
PropertyIsReadOnlyException | If this property is read only. |