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