ScopeDescription.ChildScopeCount Property

 

Gets the number of child scopes.

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

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public int ChildScopeCount {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property int ChildScopeCount {
    [CompilerGeneratedAttribute]
    int get();
    [CompilerGeneratedAttribute]
    private: void set(int value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ChildScopeCount : int with get, private set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property ChildScopeCount As Integer
    Get
    Private Set
End Property

Property Value

Type: System.Int32

Number of child scopes.

See Also

ScopeDescription Class
Microsoft.Workflow.Client Namespace

Return to top