The VGIPermissionSet type exposes the following members.

Methods

  NameDescription
Public methodGetAllPermissions
Gets all permissions granted to the permission set
Public methodGetPermission(Guid)
Gets the a VGIPermission object with the specified id.
Public methodGetPermission(String)
Gets the a VGIPermission object with the specified name.
Public methodGetPermissionSet(Guid)
Gets the a VGIPermission object with the specified id.
Public methodGetPermissionSet(String)
Gets the a VGIPermissionSet object with the specified name.

Properties

  NameDescription
Public propertyCanBeGrantedToRole
Gets a value indicating if this permission set can be granted to a role.
Public propertyDescription
Gets the description of the permission set.
Public propertyId
Gets the Visual Guard unique identifier of the permission set
Public propertyName
Gets the name of the permission set
Public propertyPermissions
Gets the list of permissions granted to this permission set.
Public propertyPermissionSets
Gets the list of permission sets granted to this permission set.

See Also