ISchemaOperations.GetManagedProperty - Méthode
Obtenir une propriété gérée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function GetManagedProperty ( _
managedPropertyName As String, _
owner As SearchObjectOwner _
) As ManagedPropertyInfo
'Utilisation
Dim instance As ISchemaOperations
Dim managedPropertyName As String
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfo
returnValue = instance.GetManagedProperty(managedPropertyName, _
owner)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
ManagedPropertyInfo GetManagedProperty(
string managedPropertyName,
SearchObjectOwner owner
)
Paramètres
managedPropertyName
Type : System.StringLe nom de la propriété gérée à récupérer
owner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerReprésente la hiérarchie de Sharepoint dans laquelle se trouve la propriété gérée.
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
Un objet ManagedPropertyInfo .
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms