ScopeDescription.ChildScopeCount 속성

하위 범위의 수를 가져옵니다.

네임스페이스:  Microsoft.Workflow.Client
어셈블리:  Microsoft.Workflow.Client(Microsoft.Workflow.Client.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ChildScopeCount As Integer 
    Get 
    Private Set
‘사용 방법
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)

속성 값

유형: System.Int32
하위 범위의 수입니다.

참고 항목

참조

ScopeDescription 클래스

Microsoft.Workflow.Client 네임스페이스