ApplicationService.GetCount Method¶
Returns a total count of imported Application objects.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public int GetCount(
IEnumerable<SourceCategory> categories
)
VB¶
Public Function GetCount (
categories As IEnumerable(Of SourceCategory)
) As Integer
Parameters¶
- categories
- Type: System.Collections.Generic.IEnumerable(SourceCategory)
Return Value¶
Type: Int32
Count of all imported Application objects.