PickerProperties.Count Property

Gets the count of the number of PickerProperty objects contained within the PickerProperties collection.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As PickerProperties
Dim value As Integer

value = instance.Count
int Count { get; }

Property Value

Type: System.Int32

Remarks

Read-only.

See Also

Reference

PickerProperties Interface

PickerProperties Members

Microsoft.Office.Core Namespace