Click or drag to resize

VGRolesInstanceDefaultRole 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.1.831.19 (2019.1.0831.19)
Syntax
public 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