Gets the name of the portal. In the case of organization subscriptions within multi-tenant portals, name and portalName wil be different. In the case of single-tenant Portals, name and portalName will be logically the same.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property PortalName As String |
C# | |
---|
public string PortalName {get;} |
Property Value
The name of the portal.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also