2008-11-14 4 views

Répondre

8

Si vous êtes dans le cadre d'un contrôle héritant de PortalModuleBase, PortalSettings est disponible comme une propriété, il serait tout simplement ressembler à

PortalSettings.Email 
2
' get the current portal 
Dim portSettings As PortalSettings = PortalController.GetCurrentPortalSettings 

' get email address 
Dim email as string = portSettings.Email