ISchemaOperations.GetManagedPropertyAliases method
Get aliases for a managed property.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function GetManagedPropertyAliases ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As String()
'Usage
Dim instance As ISchemaOperations
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As String()
returnValue = instance.GetManagedPropertyAliases(managedProperty, _
owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
string[] GetManagedPropertyAliases(
ManagedPropertyInfo managedProperty,
SearchObjectOwner owner
)
Parameters
managedProperty
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoThe managed property to retrieve aliases for.
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerRepresents the Sharepoint hierarchy in which the managed property is contained.
Return value
Type: []
A list of aliases for the given property known to the given owner.