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