RetrieveEventRegistrationsRequest.EventID Property

 

Applies To: Dynamics Marketing

Gets or sets the event ID.

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

Syntax

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

Property Value

Type: System.Nullable<Guid>

The event ID.

See Also

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

Return to top