RetrieveEventRegistrationsRequest.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
RetrieveEventRegistrationsRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Event Namespace
Return to top