ReportedApplicationCollection.GetEnumerator Method¶
Returns an enumerator for all the contained ReportedApplication 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 IEnumerator<ReportedApplication> GetEnumerator()
VB¶
Public Function GetEnumerator As IEnumerator(Of ReportedApplication)
Return Value¶
Type: IEnumerator(ReportedApplication)
An enumerator for all the contained ReportedApplication objects.
Implements¶
IEnumerable(T).GetEnumerator()
See Also¶
Reference¶
ReportedApplicationCollection Class
Citrix.SDK.AppDNA Namespace