ManagedProperty.URLNormalization-Eigenschaft
Ruft ab oder legt fest, ob die URLs in dieser verwalteten Eigenschaft normalisiert werden.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property URLNormalization As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.URLNormalization
instance.URLNormalization = value
public bool URLNormalization { get; set; }
Eigenschaftswert
Typ: System.Boolean
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Wenn dieses Objekt nicht unterstützt wird. |
PropertyIsReadOnlyException | Wenn diese Eigenschaft schreibgeschützt ist. |