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 List<VGModuleMappedProfile> GetAllModuleProfileMappedAttributes(
	string moduleName
)
Visual Basic
Public Function GetAllModuleProfileMappedAttributes ( 
	moduleName As String
) As List(Of VGModuleMappedProfile)

Parameters

moduleName
Type: System..::..String

Return Value

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

See Also