Visual Guard Class Library Documentation

VGRole Class

Exposes and updates role information in the Visual Guard repository.

For a list of all members of this type, see VGRole Members.

System.Object
   VGRole

public class VGRole

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The VGRole object is used to represent a role in the Visual Guard repository. It exposes information about the role such as the id, name, description and permission sets, and provides functionality for the role such as change the list of members.

A VGRole object is returned by the GetRole and CreateRole methods or as part of a VGRoleCollection returned by the GetAllRoles, GetRolesForUser methods.

A VGRole object is required by the UpdateRole method when you want to update the information for an existing role.

Requirements

Namespace: Novalys.VisualGuard.Security.Membership

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

VGRole Members | Novalys.VisualGuard.Security.Membership Namespace