DynamicValue.Count Property

 

Gets the number of child items in the DynamicValue.

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

Syntax

[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
public int Count { get; }
public:
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property int Count {
    virtual int get() sealed;
}
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract Count : int with get
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
override Count : int with get
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
Public ReadOnly Property Count As Integer

Property Value

Type: System.Int32

The number of child items in the DynamicValue.

Implements

ICollection<T>.CountICollection<T>.Count

See Also

DynamicValue Class
Microsoft.Activities Namespace

Return to top