CategoryInfo.CrawledPropertyCount property
Obtém ou define o número de propriedades rastreadas desta categoria.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property CrawledPropertyCount As Integer
Get
Set
'Uso
Dim instance As CategoryInfo
Dim value As Integer
value = instance.CrawledPropertyCount
instance.CrawledPropertyCount = value
[DataMemberAttribute]
public int CrawledPropertyCount { get; set; }
Property value
Type: System.Int32