Click or drag to resize

VGPermissionSetCollectionItem Property (Guid)

Gets the permission set in the collection referenced by the specified repository id.

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 VGPermissionSet this[
	Guid id
] { get; }

Parameters

id
Type: SystemGuid
The repository id of the VGPermissionSet to retrieve from the collection.

Return Value

Type: VGPermissionSet
a VGPermissionSet object representing the permission set.
See Also