EventRegistration.ForContact Property

 

Applies To: Dynamics Marketing

Gets or sets the event registrations for a contact.

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

Syntax

[DataMemberAttribute]
public Contact ForContact { get; set; }
public:
[DataMemberAttribute]
property Contact^ ForContact {
    Contact^ get();
    void set(Contact^ value);
}
[<DataMemberAttribute>]
member ForContact : Contact with get, set
<DataMemberAttribute>
Public Property ForContact As Contact

Property Value

Type: Microsoft.Dynamics.Marketing.SDK.Model.Contact

Type: Contact

See Also

EventRegistration Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace

Return to top