DynamicValue.Count Property

 

Gets the number of child items in the DynamicValue.

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

[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract Count : int with get
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
override Count : int with get

Property Value

Type: System.Int32

The number of child items in the DynamicValue.

Return to top
Show: