Freigeben über


ScopeDescription.ChildScopeCount-Eigenschaft

 

Ruft die Anzahl der untergeordneten Bereiche ab.

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

Eigenschaftswert

Type: System.Int32

Die Anzahl der untergeordneten Bereiche.

Siehe auch

ScopeDescription-Klasse
Microsoft.Workflow.Client-Namespace

Zurück zum Anfang