ManagedPropertyInfoCollection.TotalCount 属性
可用的托管属性的总数。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property TotalCount As Integer
Get
Set
用法
Dim instance As ManagedPropertyInfoCollection
Dim value As Integer
value = instance.TotalCount
instance.TotalCount = value
[DataMemberAttribute]
public int TotalCount { get; set; }
属性值
类型:System.Int32
备注
如果此集合表示的总可用的托管属性的一个子集,此计数可能会比Count()更高。
另请参阅
引用
ManagedPropertyInfoCollection 类