CreateOrUpdateEventRegistrationRequest.EventRegistration Property

 

Applies To: Dynamics Marketing

Gets or sets the event registration.

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

Syntax

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

Property Value

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

Type:EventRegistration

See Also

CreateOrUpdateEventRegistrationRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Event Namespace

Return to top