CategoryCollection.Count 属性
获取集合中的Category对象的数目。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public ReadOnly Property Count As Integer
Get
用法
Dim instance As CategoryCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
属性值
类型:System.Int32
32 位整数,包含的Category集合中的对象数。