Gets the role in the collection referenced by the specified repository id.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public VGRole this[
	Guid id
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	id As Guid
) As VGRole
	Get

Parameters

id
Type: System..::..Guid
The repository id of the VGRole to retrieve from the collection.

Return Value

Type: VGRole
a VGRole object representing the role.

See Also