CreateOrUpdateContactsWithResultsRequest.Contacts Property

 

Applies To: Dynamics Marketing

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>

See Also

CreateOrUpdateContactsWithResultsRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Contact Namespace

Return to top