CustomPropertyMatchInformation.ResultCollectionSize property

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

'Declaration
Public Property ResultCollectionSize As Integer
    Get
    Set
'Usage
Dim instance As CustomPropertyMatchInformation
Dim value As Integer

value = instance.ResultCollectionSize

instance.ResultCollectionSize = value
public int ResultCollectionSize { get; set; }

Property value

Type: System.Int32

See also

Reference

CustomPropertyMatchInformation class

CustomPropertyMatchInformation members

Microsoft.SharePoint.Client.Taxonomy namespace