ServiceInfoFromXml.PortalUrl Property
Gets and sets the portal URI.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public string PortalUrl { get; set; }
public:
property String^ PortalUrl {
String^ get();
void set(String^ value);
}
Public Property PortalUrl As String
Property Value
Type: System.String
The portal URI.
See Also
ServiceInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top