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