DynamicValue.Count Property

Gets the number of child items in the DynamicValue.

Namespace:  Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> _
Public ReadOnly Property Count As Integer 
	Get
'Usage
Dim instance As DynamicValue 
Dim value As Integer 

value = instance.Count

Property Value

Type: System.Int32
The number of child items in the DynamicValue.

Implements

ICollection(Of T).Count
ICollection(Of T).Count

Community Additions

ADD
Show: