2008-11-14 63 views

回答

8

如果你是在控制从PortalModuleBase继承的情况下,PortalSettings是作为一个属性,所以它只是看起来像

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

' get email address 
Dim email as string = portSettings.Email 
相关问题