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 List<VGModuleMappedProfile> GetAllModuleProfileMappedAttributesByProfileAttributeID(
	Guid profileAttributeID
)
Visual Basic
Public Function GetAllModuleProfileMappedAttributesByProfileAttributeID ( 
	profileAttributeID As Guid
) As List(Of VGModuleMappedProfile)

Parameters

profileAttributeID
Type: System..::..Guid

Return Value

Type: List<(Of <(<'VGModuleMappedProfile>)>)>

See Also