Gets the maximum number of users allowed in the repository according to the granted license.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public int MaxUsers { get; }
Visual Basic
Public ReadOnly Property MaxUsers As Integer
	Get

Property Value

Type: Int32

See Also