ScopeDescription.ChildScopeCount Property

Gets the number of child scopes.

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

Syntax

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

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

Property Value

Type: System.Int32
Number of child scopes.

See Also

Reference

ScopeDescription Class

Microsoft.Workflow.Client Namespace