SearchServiceApplicationProxy.GetCrawledProperty method

GetCrawledProperty(Guid, String, Int32, Boolean, SearchObjectOwner)

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetCrawledProperty ( _
    propertySet As Guid, _
    name As String, _
    includeNumSamples As Integer, _
    includeManagedMappedProperties As Boolean, _
    owner As SearchObjectOwner _
) As CrawledPropertyInfo
'Usage
Dim instance As SearchServiceApplicationProxy
Dim propertySet As Guid
Dim name As String
Dim includeNumSamples As Integer
Dim includeManagedMappedProperties As Boolean
Dim owner As SearchObjectOwner
Dim returnValue As CrawledPropertyInfo

returnValue = instance.GetCrawledProperty(propertySet, _
    name, includeNumSamples, includeManagedMappedProperties, _
    owner)
public CrawledPropertyInfo GetCrawledProperty(
    Guid propertySet,
    string name,
    int includeNumSamples,
    bool includeManagedMappedProperties,
    SearchObjectOwner owner
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Administration.CrawledPropertyInfo

Implements

ISchemaOperations.GetCrawledProperty(Guid, String, Int32, Boolean, SearchObjectOwner)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace