RuleInfo.ManagedProperty - Propriété
Obtient ou définit les informations de propriété gérée qui sont utilisées par la règle d'étendue.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property ManagedProperty As ManagedPropertyInfo
Get
Set
'Utilisation
Dim instance As RuleInfo
Dim value As ManagedPropertyInfo
value = instance.ManagedProperty
instance.ManagedProperty = value
[DataMemberAttribute]
public ManagedPropertyInfo ManagedProperty { get; set; }
Valeur de propriété
Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
Les informations de propriété gérée sont utilisées par la règle d'étendue.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms