DynamicValue::Count Property

 

Gets the number of child items in the DynamicValue.

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

public:
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The number of child items in the DynamicValue.

Return to top
Show: