ManagedPropertyInfoCollection.TotalCount property

The total number of available managed properties.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property TotalCount As Integer
    Get
    Set
'Usage
Dim instance As ManagedPropertyInfoCollection
Dim value As Integer

value = instance.TotalCount

instance.TotalCount = value
[DataMemberAttribute]
public int TotalCount { get; set; }

Property value

Type: System.Int32

Remarks

This count might be higher than Count() if this collection represents a subset of the total available managed properties.

See also

Reference

ManagedPropertyInfoCollection class

ManagedPropertyInfoCollection members

Microsoft.Office.Server.Search.Administration namespace