Contact.Salutation Property
Applies To: Dynamics Marketing
Gets or sets the contact’s salutations.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public Salutation Salutation { get; set; }
public:
[DataMemberAttribute]
property Salutation^ Salutation {
Salutation^ get();
void set(Salutation^ value);
}
[<DataMemberAttribute>]
member Salutation : Salutation with get, set
<DataMemberAttribute>
Public Property Salutation As Salutation
Property Value
Type: Microsoft.Dynamics.Marketing.SDK.Model.Salutation
Type: Salutation
See Also
Contact Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top