RetrieveEventRegistrationsRequest.IncludeCanceled Property
Applies To: Dynamics Marketing
Gets or sets a flag that indicates if the response should include cancelled registrations.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.Event
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public bool IncludeCanceled { get; set; }
public:
[DataMemberAttribute]
property bool IncludeCanceled {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member IncludeCanceled : bool with get, set
<DataMemberAttribute>
Public Property IncludeCanceled As Boolean
Property Value
Type: System.Boolean
true to return cancelled registrations; otherwise, false.
See Also
RetrieveEventRegistrationsRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Event Namespace
Return to top