ApplicationService.GetProfileData Method¶
Gets the profile data.
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 ProfileDataCollection GetProfileData(
Application application,
bool forceRefresh = false
)
VB¶
Public Function GetProfileData (
application As Application,
Optional forceRefresh As Boolean = false
) As ProfileDataCollection
Parameters¶
- application
- Type: Citrix.SDK.AppDNA.Application
The application. - forceRefresh (Optional)
- Type: System.Boolean
Causes the profile data to be reevaluated.
Return Value¶
Type: ProfileDataCollection