Gets profile attribute by roleProfileAttributeId.

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

Syntax

C#
public VGRoleProfileAttribute GetProfileAttributeById(
	Guid attributeId
)
Visual Basic
Public Function GetProfileAttributeById ( 
	attributeId As Guid
) As VGRoleProfileAttribute

Parameters

attributeId
Type: System..::..Guid
roleProfileAttributeId

Return Value

Type: VGRoleProfileAttribute
VGRoleProfileAttribute

See Also