Share via


ProviderInfoFromXml Class

 

Describes the provider information from XML.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.HostedEmail.ProviderInfoFromXml

Syntax

[SerializableAttribute]
public class ProviderInfoFromXml
[SerializableAttribute]
public ref class ProviderInfoFromXml 
<SerializableAttribute>
Public Class ProviderInfoFromXml

Constructors

Name Description
System_CAPS_pubmethod ProviderInfoFromXml()

Creates a new instance of the ProviderInfoFromXml object.

Properties

Name Description
System_CAPS_pubproperty Address

Gets and sets the address.

System_CAPS_pubproperty Name

Gets and sets the name.

System_CAPS_pubproperty WebSite

Gets and sets the web site.

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