The Organization type exposes the following members.

Constructors

  NameDescription
Organization
Initializes a new instance of the Organization class with default settings.

Methods

  NameDescription
Clone
Creates a new object that is a copy of the current instance.
(Inherited from SerializableBase.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Address
Gets or sets the address of the organization.
ContactEmail
Gets or sets the contact e-mail address for the individual specified by the ContactName property.
ContactEmailSpecified
Include the ContactEmail property when serializing the class or generating the document.
ContactName
Gets or sets the name of an individual in the organization that can be contacted.
ContactNameSpecified
Include the ContactName property when serializing the class or generating the document.
Name
Gets or sets the name of the organization.
NameSpecified
Include the Name property when serializing the class or generating the document.
TaxID
Gets or sets the U.S. Federal Tax ID for the organization.
TaxIDSpecified
Include the TaxID property when serializing the class or generating the document.
Telephones
Gets the collection of contact telephone numbers for the individual specified by the ContactName property.

See Also