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

Return value

Type: []
A list of aliases for the given property known to the given owner.

See also

Reference

ISchemaOperations interface

ISchemaOperations members

Microsoft.Office.Server.Search.Administration namespace