ServiceInfoFromXml Class
Describes the service information from XML.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.HostedEmail.ServiceInfoFromXml
Syntax
[SerializableAttribute]
public class ServiceInfoFromXml
[SerializableAttribute]
public ref class ServiceInfoFromXml
<SerializableAttribute>
Public Class ServiceInfoFromXml
Constructors
Name | Description | |
---|---|---|
ServiceInfoFromXml() | Creates a new instance of the ServiceInfoFromXml object. |
Properties
Name | Description | |
---|---|---|
Description | Gets and sets the description. |
|
FullName | Gets and sets the full name. |
|
LogoImagePath | Gets and sets the path to the logo image. |
|
PortalUrl | Gets and sets the portal URI. |
|
Provider | Gets and sets the provider. |
|
RetrievePasswordUrl | Gets and sets the retrieve password URL. |
|
ShortName | Gets and sets the short name. |
|
SignUpUrl | Gets and sets the sign-up URL. |
|
SupportedContact | Gets and sets the supported contact information. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top