RetrieveEventRegistrationRequest.EventRegistrationId Property

 

Applies To: Dynamics Marketing

Gets or sets the event registration ID.

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

Syntax

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

Property Value

Type: System.Guid

Type: Guid

See Also

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

Return to top