Gets the number of users in the role

Namespace: DotNetNuke.Security.Roles
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public int UserCount { get; private set; }
Visual Basic
Public Property UserCount As Integer
	Get
	Private Set

Field Value

An integer representing the number of users

See Also