ProfileCount

Parent Previous Next

ProfileCount

Function that returns the number of Profiles in the project.


Syntax:

Int32 ProfileCount();
Return the number of profiles in the project.


Return:

Int32: value with the number of profiles existing in the project.


Example:

Get the number of profiles in the project and set to the "Profiles" tag.



@Profiles = SVSecurity.ProfileCount();