Share via


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
System_CAPS_pubmethod ServiceInfoFromXml()

Creates a new instance of the ServiceInfoFromXml object.

Properties

Name Description
System_CAPS_pubproperty Description

Gets and sets the description.

System_CAPS_pubproperty FullName

Gets and sets the full name.

System_CAPS_pubproperty LogoImagePath

Gets and sets the path to the logo image.

System_CAPS_pubproperty PortalUrl

Gets and sets the portal URI.

System_CAPS_pubproperty Provider

Gets and sets the provider.

System_CAPS_pubproperty RetrievePasswordUrl

Gets and sets the retrieve password URL.

System_CAPS_pubproperty ShortName

Gets and sets the short name.

System_CAPS_pubproperty SignUpUrl

Gets and sets the sign-up URL.

System_CAPS_pubproperty SupportedContact

Gets and sets the supported contact information.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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