Salutation Class

 

Applies To: Dynamics Marketing

Represents the salutation assigned to a name in Microsoft Dynamics Marketing.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Model
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Marketing.SDK.Model.Salutation

Syntax

[DataContractAttribute]
public class Salutation
[DataContractAttribute]
public ref class Salutation 
[<DataContractAttribute>]
type Salutation = class end
<DataContractAttribute>
Public Class Salutation

Constructors

Name Description
System_CAPS_pubmethod Salutation()

Initializes a new instance of the Salutation class.

Properties

Name Description
System_CAPS_pubproperty Id

Gets or sets the salutation's ID.

System_CAPS_pubproperty Name

Gets or sets the salutation's name.

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.Dynamics.Marketing.SDK.Model
Developer overview of Microsoft Dynamics Marketing
Manage leads, contacts, and company
Getting started with the SDK
Quick start with sample code
Sample: Create, read, update, and delete contact (including custom fields)
Assembly included in the Microsoft Dynamics Marketing SDK
Web service and assembly reference

Return to top