ScopeDescription.ActivityCount Property

Gets the number of activities in this scope.

Namespace:  Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ActivityCount As Integer 
    Get 
    Private Set
'Usage
Dim instance As ScopeDescription 
Dim value As Integer 

value = instance.ActivityCount
[DataMemberAttribute(EmitDefaultValue = false)]
public int ActivityCount { get; private set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property int ActivityCount {
    int get ();
    private: void set (int value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ActivityCount : int with get, private set
function get ActivityCount () : int 
private function set ActivityCount (value : int)

Property Value

Type: System.Int32
Number of activities in this scope.

See Also

Reference

ScopeDescription Class

Microsoft.Workflow.Client Namespace