RetrieveEventAttendancesRequest.SessionId Property

 

Applies To: Dynamics Marketing

Gets or sets the session ID.

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

Syntax

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

Property Value

Type: System.Nullable<Guid>

The session ID.

See Also

EventSession
RetrieveEventAttendancesRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Event Namespace

Return to top