ChildCountAsync Method
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
<AsyncStateMachineAttribute(ArchestrA.Client.Navigation.NavigationItem/d__46)>
Public Function ChildCountAsync() As Task(Of Integer)
[AsyncStateMachine(ArchestrA.Client.Navigation.NavigationItem/d__46)]
public Task<int> ChildCountAsync()
[AsyncStateMachine(ArchestrA.Client.Navigation.NavigationItem/d__46)]
public:
Task<int>^ ChildCountAsync();