Category.GetCrawledProperty-Methode (Guid, String, Int32)
HINWEIS: Diese API ist veraltet.
Gibt eine gecrawlte Eigenschaft für die Kategorie.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("VariantType is no longer supported. Use GetCrawledProperty(Guid,string) instead.")> _
Public Function GetCrawledProperty ( _
propset As Guid, _
propertyName As String, _
variantType As Integer _
) As CrawledProperty
'Usage
Dim instance As Category
Dim propset As Guid
Dim propertyName As String
Dim variantType As Integer
Dim returnValue As CrawledProperty
returnValue = instance.GetCrawledProperty(propset, _
propertyName, variantType)
[ObsoleteAttribute("VariantType is no longer supported. Use GetCrawledProperty(Guid,string) instead.")]
public CrawledProperty GetCrawledProperty(
Guid propset,
string propertyName,
int variantType
)
Parameter
propset
Typ: System.GuidEine GUID, die für die gecrawlte Eigenschaft festgelegte Eigenschaft angibt.
propertyName
Typ: System.StringEine Zeichenfolge, die den Namen der gecrawlten Eigenschaft angibt.
variantType
Typ: System.Int32Eine 32-Bit-Ganzzahl, die Variant-Datentyps angibt.
Rückgabewert
Typ: Microsoft.Office.Server.Search.Administration.CrawledProperty
Die gecrawlte Eigenschaft.