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