Visual Guard Class Library Documentation

VGPermissionSet Class

Exposes information about permission set stored in a Visual Guard repository.

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

System.Object
   VGPermissionSet

public class VGPermissionSet

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 VGPermissionSet object is used to represent a single permission set in a Visual Guard repository. It exposes information about the permission set such as the id, the name and the description.

A VGPermissionSet object is returned by the GetPermissionSet or as part of a VGPermissionSetCollection returned by the GetAllPermissionSets.

Requirements

Namespace: Novalys.VisualGuard.Security.Membership

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

See Also

VGPermissionSet Members | Novalys.VisualGuard.Security.Membership Namespace