Click or drag to resize

VGRolesDefaultRole Property

Gets the name of the default role of the application.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public static string DefaultRole { get; }

Property Value

Type: String
the name of the default role of the current application, null (Nothing in Visual Basic) if there is no default role.
See Also